html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  opacity: 0.2;
}

::-webkit-scrollbar-thumb {
  background-color: #0067C8;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

body,
html {
  font-size: -webkit-calc(100vw / 120);
  font-size: -moz-calc(100vw / 120);
  font-size: calc(100vw / 120);
}

@media (min-width: 1366px) and (max-width: 1680px) {

  body,
  html {
    font-size: -webkit-calc(100vw / 110);
    font-size: -moz-calc(100vw / 110);
    font-size: calc(100vw / 110);
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {

  body,
  html {
    font-size: -webkit-calc(100vw / 100);
    font-size: -moz-calc(100vw / 100);
    font-size: calc(100vw / 100);
  }
}

@media (min-width: 767px) and (max-width: 1024px) {

  body,
  html {
    font-size: -webkit-calc(100vw / 90);
    font-size: -moz-calc(100vw / 90);
    font-size: calc(100vw / 90);
  }
}

@media (max-width: 767px) {

  body,
  html {
    font-size: 14px;
  }
}

@font-face {
  font-family: "montserrat";
  font-display: swap;
}

@font-face {
  font-family: "sourcehansans";
  font-weight: 400;
  src: url("../font/IbE4oKnxwCuBqiSYL9Agc.woff2") format("woff2"), url("../font/WmQVJesV4SZWllyhCsuui.woff") format("woff");
  font-display: swap;
}

body {
  font-family: "sourcehansans";
}

p {
  padding: 0;
  margin: 0;
}

.wh {
  padding: 0 13.54167%;
}

@media (max-width: 1366px) {
  .wh {
    padding: 0 5.78125%;
  }
}

@media (max-width: 768px) {
  .wh {
    padding: 0 4%;
  }
}

.wh1 {
  padding: 0 3.125%;
}

@media (max-width: 768px) {
  .wh1 {
    padding: 0 4%;
  }
}

.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_left1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex21 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.more-msl {
  display: inline-block;
  color: #959595;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/3.125rem "sourcehansans";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  background: transparent;
  border: 1px solid #959595;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media (max-width: 768px) {
  .more-msl {
    line-height: 2.8rem;
    width: 9rem;
    font-size: .875rem;
  }
}

.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0067C8;
  color: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.more-msl:hover {
  color: #fff;
  border-color: #0067C8;
}

.more-msl:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}

.more-msl.bs {
  color: #fff;
  border: 1px solid #fff;
}

.more-msl.bs:before {
  background: #fff;
}

.more-msl.bs:hover {
  color: #0067C8;
  border-color: #fff;
}

.more-msl1 {
  display: inline-block;
  color: #959595;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/3.125rem "sourcehansans";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  background: transparent;
  border: 1px solid #959595;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media (max-width: 768px) {
  .more-msl1 {
    line-height: 2.8rem;
    width: 9rem;
    font-size: .875rem;
  }
}

.more-msl1:before {
  background: #7986cb;
}

.more-msl1:after {
  background: #3f51b5;
}

.more-msl1:before,
.more-msl1:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.more-msl1:hover {
  color: #fff;
  border-color: #0067C8;
}

.more-msl1:hover:before,
.more-msl1:hover:after {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.more-msl1:hover:after {
  -webkit-transition-delay: 0.175s;
  -moz-transition-delay: 0.175s;
  -o-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}

@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
}

.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}

.m-img-nac {
  padding-bottom: 55.33597%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.m-img-nac img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.m-img-news {
  padding-bottom: 68.18182%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.m-img-news img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }

  .m-img.a {
    padding-bottom: 80%;
  }

  .m-img>img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .pc-banner .swiper-slide.a {
    padding-bottom: 80%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }

  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }

  .pc-banner .swiper-slide.a .img img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 1010;
}

.head .head2 {
  line-height: 5.8125rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.head .head2 .logo a {
  display: block;
}

.head .head2 .logo a img {
  height: 2.3125rem;
}

.head .head2 .logo a img.b {
  display: none;
}

.head .head2 .sska,
.head .head2 .zywena {
  font-size: 1rem;
  color: #fff;
}

.head .head2 .sska a,
.head .head2 .zywena a {
  padding: 0.25em 0.5em;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.1);
  font: 500 1rem/1.5em "sourcehansans";
  display: inline-block;
  color: #fff;
  border-radius: 1em;
  font-family: Impact;
  font-weight: normal;
  letter-spacing: 0.5px;
}

.head .head2 .sska i,
.head .head2 .zywena i {
  color: #fff;
  font-size: 1rem;
}

.head .head2 .zywena {
  text-align: center;
  /* margin-left: 1em; */
}

.head .head2 .zywena a {
  padding: 0.25em 1em;
}




.head .head2 .zywena .lan {
  font-size: 1.2rem;
}

.head .head2 .zywena .lan img {
  width: 1.25rem;
  height: auto !important;
  margin-right: 0.5rem;
}




.head .head2 .zywena a i {
  margin-right: 0.4em;
}

.head .head2 a.lxwmore {
  background: #0067C8;
  border-radius: 1.25rem;
  padding: 0 1.5em;
  line-height: 2.5rem;
}

.head .head2 a.lxwmore i {
  display: block;
  width: 1.5rem;
  margin-right: 0.5em;
}

.head .head2 a.lxwmore p {
  font: 500 1rem/2.5rem "sourcehansans";
  color: #fff;
}

.head .sskbj {
  display: none;
}

.head .searchbox {
  border-top: 2px solid #0067C8;
  top: 5.8125rem;
}

.head .serbtn {
  background: #0067C8;
}

.nav-img {
  padding-bottom: 68%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.nav-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: .9375rem;
}

#menu {
  margin-right: 1vw;
}

#menu .nav_a1 li {
  float: left;
  position: relative;
}

#menu .nav_a1 li a {
  display: block;
  color: #fff;
  font-family: "sourcehansans";
}

#menu .nav_a1 li>a {
  font-size: 1.125rem;
  padding: 0 1.55em;
  line-height: 5.8125rem;
  height: 5.8125rem;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  #menu .nav_a1 li>a {
    padding: 0 1.125em;
  }
}

#menu .nav_a1 li>a span {
  position: relative;
  display: block;
}

#menu .nav_a1 li>a span:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #0067C8;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  width: 170%;
  left: -35%;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

#menu .nav_a1 li .sec>a {
  font: 500 .815rem/1.5em "";
  padding: 0.3em 0;
  color: #333;
}

#menu .nav_a1 li .sec>a:hover {
  color: #0067C8;
}

#menu .nav_a1 li .sec:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent white transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
  display: none;
}

#menu .nav_a1 li .sec1 {
  width: 72.91667vw;
  left: -33vw;
  border-radius: 0;
  padding: 1rem 8% 1rem 0;
  top: 100%;
  border-radius: 5px;
}

#menu .nav_a1 li .sec1:after {
  display: none;
}

#menu .nav_a1 li .sec1 .wehxh-va {
  padding: 0.5rem 0;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a1 dl dt {
  width: 20%;
  padding: 1rem 0;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a1 dl dt a {
  display: block;
  color: #2D2D2D;
  font: 600 1rem/1em "sourcehansans";
  text-align: left;
  border-left: .25rem solid #0067C8;
  padding-left: 1em;
  margin-top: 0.5em;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a1 dl .cont {
  width: 78%;
  padding: 1rem 0;
  border-bottom: 1px solid #f0f0f0;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a1 dl .cont dd {
  width: -webkit-calc(100%/4);
  width: -moz-calc(100%/4);
  width: calc(100%/4);
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a1 dl .cont dd a {
  display: block;
  color: #3A3A3A;
  font: 500 .8rem/1.5em "sourcehansans";
  text-align: left;
  padding: 0.25em 0.6em;
}

@media (max-width: 1024px) {
  #menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a1 dl .cont dd a {
    font-size: 0.75rem;
  }
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a1 dl .cont dd a:hover {
  color: #0067C8;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a1 dl:last-child .cont {
  border: none;
}

#menu .nav_a1 li:hover>a::before {
  width: 100%;
}

#menu .nav_a1 li:hover .sec {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#menu .nav_a1 li:hover>a span::after,
#menu .nav_a1 li.active>a span::after {
  width: 100%;
}

@media (max-width: 1280px) {
  #menu .nav_a1 li:nth-child(7) .sec {
    left: auto;
    right: -100%;
  }
}





#menu .nav_a1 li .sec {
  position: absolute;
  top: -webkit-calc(100% + 12px);
  top: -moz-calc(100% + 12px);
  top: calc(100% + 12px);
  width: 170%;
  left: -35%;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

#menu .nav_a1 li .sec>a {
  font: 500 .815rem/1.5em "";
  padding: 0.3em 0;
  color: #333;
}

#menu .nav_a1 li .sec>a:hover {
  color: #0067C8;
}

#menu .nav_a1 li .sec:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent white transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}

#menu .nav_a1 li .sec1 {
  width: 72.91667vw;
  left: -29vw;
  border-radius: 0;
  padding: 1rem 1.5rem;
  top: 100%;
}

#menu .nav_a1 li .sec1:after {
  display: none;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a1 {
  width: 14.4375rem;
  text-align: left;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a1 a {
  display: block;
  color: #757373;
  font: 500 .875rem/2.875rem "sourcehansans";
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 1.35em;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a1 a.on {
  background: #2F5BA9;
  color: #fff;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a2 {
  width: -webkit-calc(100% - 14.4375rem);
  width: -moz-calc(100% - 14.4375rem);
  width: calc(100% - 14.4375rem);
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a2 .zs-sta dl {
  width: -webkit-calc(100%/5);
  width: -moz-calc(100%/5);
  width: calc(100%/5);
  border: 1px solid #E4E5E7;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a2 .zs-sta dl a.a {
  display: block;
  font-size: 0;
  padding-bottom: 0.6rem;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a2 .zs-sta dl a.a img {
  width: 100%;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a2 .zs-sta dl a.a .img {
  overflow: hidden;
}

#menu .nav_a1 li .sec1 .wehxh-va .wehxh-va-a2 .zs-sta dl a.a .name {
  text-align: center;
  color: #615F5F;
  font: 500 .625rem/1.5em "sourcehansans";
  padding: 0 1em;
  padding-top: 0.6rem;
}

#menu .nav_a1 li:hover>a::before {
  width: 100%;
}

#menu .nav_a1 li:hover .sec {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#menu .nav_a1 li:hover>a span::after,
#menu .nav_a1 li.active>a span::after {
  width: 100%;
}

/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 999;
  display: none;
}

.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25%;
}

.inp {
  width: 100%;
  height: 100px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.bu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
}

.bu .iconfont {
  font-size: 3.125rem;
}

.search-con {
  position: absolute;
  right: 7%;
  top: 12%;
  color: white;
  cursor: pointer;
}

.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
  -o-animation: sticky 1s;
  animation: sticky 1s;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.head.sticky .head2 {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.head.sticky .head2 .logo a {
  outline: none;
}

.head.sticky .head2 .logo a img.a {
  display: none;
}

.head.sticky .head2 .logo a img.b {
  display: inline-block;
}

.head.sticky .head2 #menu .nav_a1 li>a {
  color: #000000;
}

.head.sticky .head2 #menu .nav_a1 li>a:after {
  background: #0067C8;
}

.head.sticky .head2 .sska a,
.head.sticky .head2 .zywena a {
  background: #0067C8;
  border: 1px solid #FFFFFF;
}

.ny-body-a {
  padding-top: 9.8125rem;
}

.ny-body-a .head {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 0;
  -moz-animation: sticky 0;
  -o-animation: sticky 0;
  animation: sticky 0;
}

.ny-body-a .head .head2 {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.ny-body-a .head .head2 .logo a img.a {
  display: none;
}

.ny-body-a .head .head2 .logo a img.b {
  display: inline-block;
}

.ny-body-a .head .head2 #menu .nav_a1 li a {
  color: #000000;
}

.ny-body-a .head .head2 #menu .nav_a1 li>a:after {
  background: #0067C8;
}

.ny-body-a .head .head2 .sska a,
.ny-body-a .head .head2 .zywena a {
  background: #0067C8;
  border: 1px solid #FFFFFF;
}

.ny-body-a .new-nav {
  position: fixed;
  top: 0;
  top: 5.8125rem;
  left: 0;
  width: 100%;
}

@media (max-width: 990px) {
  .ny-body-a .new-nav {
    position: static;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}

/*手机端头部*/
.mslm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}

.mslm-head-box {
  position: relative;
  height: 60px;
}

.mslm-head-box .mslm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}

.mslm-head-box .mslm-logo h1,
.mslm-head-box .mslm-logo a {
  display: inline;
  font-size: 0;
}

.mslm-head-box .mslm-logo img {
  height: 27px;
}

.mslm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}

.mslm-navbtn span,
.mslm-navbtn:after,
.mslm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.mslm-navbtn span {
  margin: 4.5px 0;
}

.mslm-navbtn:after,
.mslm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}

.mslm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.mslm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mslm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mslm-search-btn {
  position: absolute;
  z-index: 9;
  right: 4%;
  top: 0;
  bottom: 0;
  width: auto;
  text-align: center;
  line-height: 60px;
  color: #fff;
}

.mslm-search-btn span {
  font-size: .75rem;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: top;
}

.mslm-search-btn .iconfont {
  font-size: 21px;
}

.mslm-search-btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.mslm-search-btn .icon-font:after {
  background-position: -30px -210px;
}

.mslm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #000;
}

.mslm-menu .mslm-menu-box {
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}

.mslm-nav>li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.mslm-nav>li>a {
  display: block;
  line-height: 3.125rem;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
}

.mslm-nav>li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mslm-nav>li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}

.mslm-nav>li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}

.mslm-nav .mslm-menu-jt {
  position: absolute;
  width: 20%;
  height: 3.125rem;
  line-height: 3.125rem;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 9;
}

.mslm-nav .mslm-menu-jt .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.mslm-nav .mslm-menu-jt .icon-font:after {
  background-position: -30px -240px;
}

.mslm-nav .mslm-menu-jt.clicked .icon-font:after {
  background-position: -30px -270px;
}

.mslm-nav .mslm-sub-menu {
  background: #1E1E1E;
  display: none;
}

.mslm-nav .mslm-sub-menu>li {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
}

.mslm-nav .mslm-sub-menu>li>a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
  text-indent: 2em;
}

.mslm-search {
  position: fixed;
  z-index: 99999;
  left: 100%;
  bottom: 0;
  top: 60px;
  width: 100%;
  background: #fff;
  padding: 0 0 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.mslm-search .mslm-search-close-btn {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

@media (max-width: 420px) {
  .mslm-search .mslm-search-close-btn {
    left: 15px;
  }
}

.mslm-search .mslm-search-close-btn i {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 24px;
}

.mslm-search .mslm-search-close-btn i:after {
  background-position: -30px -300px;
}

.mslm-search .mslm-search-box {
  height: 52px;
  border-bottom: 2px solid #E9E9E9;
}

.mslm-search .mslm-search-box input[type="text"] {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: #333333;
  font-family: "sourcehansans";
  font-size: 14px;
  height: 52px;
  text-indent: 1em;
}

.mslm-search .mslm-search-box input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333333;
  font-family: "sourcehansans";
}

.mslm-search .mslm-search-box input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
  font-family: "sourcehansans";
}

.mslm-search .mslm-search-box input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  font-family: "sourcehansans";
}

.mslm-search .mslm-search-box input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
  font-family: "sourcehansans";
}

.mslm-search .mslm-search-box #s_btn {
  width: 20%;
  height: 52px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  background: none;
  border: none;
}

.mslm-search .mslm-search-box #s_btn .iconfont {
  font-size: 20px;
  color: #fff;
}

.mslm-search .mslm-search-box #s_btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.mslm-search .mslm-search-box #s_btn .icon-font:after {
  background-position: -30px -210px;
}

.mslm-search .mslm-seaerch-wz span,
.mslm-search .mslm-seaerch-wz a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mslm-search.clicked {
  left: 0;
}

.aniut {
  position: absolute;
  width: 40px;
  height: 3.125rem;
  line-height: 3.125rem;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.mslm-nav li>a {
  font-weight: 600;
}

.mslm-nav li>a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}

a.jjta {
  color: #fff;
}

a.jjta span {
  font-size: 14px;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}

.pc-banner {
  position: relative;
  overflow: hidden;
}

.pc-banner .mySwipera {
  position: relative;
}

.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}

.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.pc-banner .mySwipera .swiper-slide .img>img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.pc-banner .mySwipera .swiper-slide .img>img.b {
  display: none;
}

.pc-banner .mySwipera .banwez {
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
}

.pc-banner .mySwipera .banwez p.xin {
  display: inline-block;
  position: relative;
  line-height: 1;
}

.pc-banner .mySwipera .banwez p.xin::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.1rem;
  width: 100%;
  z-index: -1;
  height: 0.5rem;
  background: #0067C8;
}

.pc-banner .mySwipera .banwez dt {
  font: 600 3.8125rem/1.3em "montserrat";
  max-width: 50%;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez dt {
    font-size: 1.5rem;
    max-width: 80%;
  }

  .pc-banner .mySwipera .swiper-slide .img>img.a {
    display: none;
  }

  .pc-banner .mySwipera .swiper-slide .img>img.b {
    display: block;
  }
}

.pc-banner .mySwipera .banwez dd {
  font: 600 2.8125rem/1.45em "sourcehansans";
  margin-top: 0.25em;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez dd {
    font-size: 1.125rem;
  }
}

.pc-banner .mySwipera .banwez a.more-msl {
  margin-top: 1.875rem;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez a.more-msl {
    margin-top: 1.2rem;
  }
}

.pc-banner .mySwipera .bant {
  position: absolute;
  left: 0;
  bottom: 3.125rem;
  text-align: center;
  z-index: 99;
  width: 100%;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .bant {
    bottom: 4%;
  }
}

.pc-banner .mySwipera .bant .wh {
  width: 100%;
}

.pc-banner .mySwipera .bant .swiper-button-next1 i,
.pc-banner .mySwipera .bant .swiper-button-prev1 i {
  color: #fff;
  font: 500 1.125rem/1.5em "sourcehansans";
}

.pc-banner .mySwipera .bant .swiper-pagination1as {
  padding: 0 0.15em;
}

.pc-banner .mySwipera .bant .swiper-pagination1as span {
  width: .625rem;
  height: .625rem;
  opacity: 1;
  border-radius: .375rem;
  margin: 0 0.35rem;
  border: 1px solid #fff;
  background: transparent;
}

.pc-banner .mySwipera .bant .swiper-pagination1as span.swiper-pagination-bullet-active {
  width: 1.5625rem;
  background: #fff;
}

.sy_ban-srv {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .sy_ban-srv {
    display: none;
  }
}

.sy_ban-srv .sy-ban-a1 {
  width: 86.45833%;
  background: #F1F2F4;
  height: 6.875rem;
}

.sy_ban-srv .sy-ban-a1 .txtScroll-top {
  margin-left: 15.66265%;
}

@media (max-width: 1366px) {
  .sy_ban-srv .sy-ban-a1 .txtScroll-top {
    margin-left: 5.78125%;
  }
}

.sy_ban-srv .sy-ban-a1 .txtScroll-top ul li a {
  display: block;
  color: #4F4F4F;
  font: 500 1.25rem/6.875rem "sourcehansans";
  max-width: 80%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sy_ban-srv .sy-ban-a1 .txtScroll-top ul li a:hover {
  color: #0067C8;
}

.sy_ban-srv .sy-ban-a2 {
  width: 13.54167%;
  position: relative;
}

.label_el {
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 0.47px;
  -webkit-text-stroke-color: #fff;
}

@media (max-width: 768px) {
  .label_el {
    -webkit-text-stroke-width: 0.3px;
  }
}

@-webkit-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.zmfd {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
  /*动画所花费的时间*/
}

@-webkit-keyframes run {
  from {
    bottom: 7%;
    opacity: 0;
  }

  to {
    bottom: 3%;
    opacity: 1;
  }
}

@-moz-keyframes run {
  from {
    bottom: 7%;
    opacity: 0;
  }

  to {
    bottom: 3%;
    opacity: 1;
  }
}

@-o-keyframes run {
  from {
    bottom: 7%;
    opacity: 0;
  }

  to {
    bottom: 3%;
    opacity: 1;
  }
}

@keyframes run {
  from {
    bottom: 7%;
    opacity: 0;
  }

  to {
    bottom: 3%;
    opacity: 1;
  }
}

.kajjt {
  text-align: center;
  -webkit-animation: run 1s infinite linear;
  -moz-animation: run 1s infinite linear;
  -o-animation: run 1s infinite linear;
  animation: run 1s infinite linear;
  position: absolute;
  right: 3.85417%;
  width: 1.0625rem;
  bottom: 7%;
  z-index: 99;
}

.kajjt img.a {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .kajjt {
    bottom: 7%;
  }

  .kajjt img.a {
    width: 2.5rem;
  }
}

.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

/* 图片动画 */
.fang {
  overflow: hidden;
  display: block;
}

.fang img {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.fanga {
  overflow: hidden;
}

.fanga img {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.fanga:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.xz img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.xz:hover img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.titlea1 {
  text-align: center;
}

.titlea1 .ta1 {
  color: #212121;
  font: 600 2.8125rem/1.2em "montserrat";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .titlea1 .ta1 {
    font-size: 1.8rem;
  }
}

.titlea1 .ta2 {
  color: #212121;
  font: 600 2.8125rem/1.2em "sourcehansans";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .titlea1 .ta2 {
    font-size: 1.4rem;
  }
}

.titlea1 .ta3 {
  color: #534E4E;
  font: 500 1.125rem/1.5em "sourcehansans";
  padding: 0.8em 8.57143%;
}

@media (max-width: 768px) {
  .titlea1 .ta3 {
    font-size: 1rem;
    padding: 0.8em 3%;
  }
}

.titlea1.bs .ta1,
.titlea1.bs .ta2,
.titlea1.bs .ta3 {
  color: #fff;
}

.cont1 {
  margin-top: 5.625rem;
}

@media (max-width: 768px) {
  .cont1 {
    margin-top: 2rem;
  }
}

.cont1 .a1_v1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 {
    margin-top: 1rem;
  }
}

.cont1 .a1_v1 .a1_b1 {
  width: 68.35714%;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b1 {
    width: 100%;
  }
}

.cont1 .a1_v1 .a1_b1 li {
  position: relative;
}

.cont1 .a1_v1 .a1_b1 li .img {
  position: relative;
}

.cont1 .a1_v1 .a1_b1 li .img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.cont1 .a1_v1 .a1_b1 li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 7%;
  z-index: 2;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b1 li .text {
    padding: 0 1.5em;
  }
}

.cont1 .a1_v1 .a1_b1 li .text p {
  color: #FFFFFF;
  font: 500 1.125rem/1.6em "sourcehansans";
  padding: 1.8rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b1 li .text p {
    font-size: 1rem;
    padding: 0.8rem 0;
  }
}

.cont1 .a1_v1 .a1_b1 li a.sp {
  display: block;
  width: 2.875rem;
  z-index: 2;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b1 li a.sp {
    width: 2.2rem;
  }
}

.cont1 .a1_v1 .a1_b1 li a.sp img {
  width: 100%;
}

.index_one .a1_v1 .a1_b2 {
  width: 31.64286%;
  position: relative;
}

@media (max-width: 768px) {
  .index_one .a1_v1 .a1_b2 {
    width: 100%;
  }
}

.cont1 .a1_v1 .a1_b2 li {
  height: 20%;
  border-top: 1px solid #D4D4D4;
}

.cont1 .a1_v1 .a1_b2 li a {
  padding: 0 1.5rem 0 3.125rem;
  height: 100%;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 990px) {
  .cont1 .a1_v1 .a1_b2 li a {
    padding: 0 1rem 0 1.5rem;
  }
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b2 li a {
    padding: 1rem 1.5rem;
  }
}

.cont1 .a1_v1 .a1_b2 li a .cont {
  color: #3A3A3A;
}

.cont1 .a1_v1 .a1_b2 li a .cont .dta-a {
  font: 600 1.375rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b2 li a .cont .dta-a {
    font-size: 1.125rem;
  }
}

.cont1 .a1_v1 .a1_b2 li a .cont .dta-b {
  font: 600 .875rem/1.5em "montserrat";
  text-transform: uppercase;
}

.cont1 .a1_v1 .a1_b2 li a i {
  color: #252323;
  font: 500 1.45rem/1.5em "sourcehansans";
}

.cont1 .a1_v1 .a1_b2 li a::after {
  content: "";
  display: block;
  background: url(../image/xia1.svg) no-repeat center right;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 120%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b2 li a::after {
    background: #0067C8;
    width: 100%;
  }
}

.cont1 .a1_v1 .a1_b2 li.on a::after {
  opacity: 1;
}

.cont1 .a1_v1 .a1_b2 li.on a .cont {
  color: #fff;
}

.cont1 .a1_v1 .a1_b2 li.on a i {
  color: #fff;
}

.cont2 {
  background: url(../image/bj1.jpg) no-repeat center top;
  -o-background-size: cover;
  background-size: cover;
  padding: 3.5rem 0 8.125rem;
  margin-top: 5.625rem;
}

@media (max-width: 768px) {
  .cont2 {
    padding: 2rem 0;
    margin-top: 2rem;
  }
}

.cont2 .a2_v1 {
  margin-top: 2.1rem;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 {
    margin-top: 1.6rem;
  }
}

.cont2 .a2_v1 .a2_b1 {
  width: 39.78571%;
  background: #F5F5F5;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 1.25rem;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b1 {
    width: 100%;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 60vw;
  }
}

.cont2 .a2_v1 .a2_b1 li {
  width: 100%;
  height: 100%;
}

.cont2 .a2_v1 .a2_b1 li a {
  width: 100%;
  height: 100%;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.cont2 .a2_v1 .a2_b1 li img {
  width: auto;
  height: 60%;
}

.cont2 .a2_v1 .a2_b1 li dl {
  width: 100%;
  text-align: center;
  margin-top: 1em;
}

.cont2 .a2_v1 .a2_b1 li dl dd {
  color: #000000;
  font: 500 1.125rem/1.45em "montserrat";
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b1 li dl dd {
    font-size: 1rem;
  }
}

.cont2 .a2_v1 .a2_b1 li dl dt {
  color: #000000;
  font: 500 1.375rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b1 li dl dt {
    font-size: 1.2rem;
  }
}

.cont2 .a2_v1 .a2_b2 {
  width: 51.78571%;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b2 {
    width: 100%;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.cont2 .a2_v1 .a2_b2 li {
  width: 47.44828%;
  background: #D9D9D9;
  border-radius: 1.25rem;
  border: .1875rem solid #D9D9D9;
  padding-bottom: 35.15116%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b2 li {
    width: 48.5%;
    margin-bottom: 1rem;
  }
}

.cont2 .a2_v1 .a2_b2 li:nth-child(n+3) {
  margin-top: 1.8rem;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b2 li:nth-child(n+3) {
    margin-top: 0;
  }
}

.cont2 .a2_v1 .a2_b2 li a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cont2 .a2_v1 .a2_b2 li a img {
  height: 85%;
}

.cont2 .a2_v1 .a2_b2 li.on {
  border-color: #0067C8;
}

.cont3 {
  position: relative;
}

.cont3 .a3_v1 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.cont3 .a3_v1 li {
  width: 100%;
  height: 100%;
}

.cont3 .a3_v1 li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cont3 .a3_v2 .titlea1 {
  text-align: left;
  padding: 10rem 0 6.875rem 31.78571%;
}

@media (max-width: 768px) {
  .cont3 .a3_v2 .titlea1 {
    padding: 4rem 0;
  }
}

.cont3 .a3_v2 .titlea1 .ta3 {
  padding: 0.8em 0 1.5em;
  text-align: justify;
}

.cont3 .a3_v3 {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .cont3 .a3_v3 {
    background: rgba(0, 103, 200, 0.9);
  }
}

.cont3 .a3_v3::after {
  content: "";
  width: 68.22917%;
  height: 100%;
  background: rgba(0, 103, 200, 0.9);
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
}

@media (max-width: 768px) {
  .cont3 .a3_v3::after {
    display: none;
  }
}

.cont3 .a3_v3 .a3b3a1 {
  margin-left: 30.78571%;
  position: relative;
}

@media (max-width: 768px) {
  .cont3 .a3_v3 .a3b3a1 {
    margin-left: 0;
  }
}

.cont3 .a3_v3 .a3b3a1::after {
  content: "";
  display: block;
  position: absolute;
  left: -6.9%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  width: 4%;
  height: 80%;
  -webkit-transform: skew(-30.05deg, 0deg);
  -moz-transform: skew(-30.05deg, 0deg);
  -ms-transform: skew(-30.05deg, 0deg);
  -o-transform: skew(-30.05deg, 0deg);
  transform: skew(-30.05deg, 0deg);
}

@media (max-width: 1680px) {
  .cont3 .a3_v3 .a3b3a1::after {
    -webkit-transform: skew(-28deg, 0deg);
    -moz-transform: skew(-28deg, 0deg);
    -ms-transform: skew(-28deg, 0deg);
    -o-transform: skew(-28deg, 0deg);
    transform: skew(-28deg, 0deg);
  }
}

@media (max-width: 1366px) {
  .cont3 .a3_v3 .a3b3a1::after {
    -webkit-transform: skew(-26deg, 0deg);
    -moz-transform: skew(-26deg, 0deg);
    -ms-transform: skew(-26deg, 0deg);
    -o-transform: skew(-26deg, 0deg);
    transform: skew(-26deg, 0deg);
    left: -1.5%;
  }
}

@media (max-width: 1024px) {
  .cont3 .a3_v3 .a3b3a1::after {
    -webkit-transform: skew(-23deg, 0deg);
    -moz-transform: skew(-23deg, 0deg);
    -ms-transform: skew(-23deg, 0deg);
    -o-transform: skew(-23deg, 0deg);
    transform: skew(-23deg, 0deg);
  }
}

@media (max-width: 768px) {
  .cont3 .a3_v3 .a3b3a1::after {
    display: none;
  }
}

.cont3 .a3_v3 .a3b3a1 dl {
  text-align: center;
  padding: 3rem 0;
  width: 25%;
  position: relative;
}

@media (max-width: 768px) {
  .cont3 .a3_v3 .a3b3a1 dl {
    padding: 1.6rem 0;
  }
}

.cont3 .a3_v3 .a3b3a1 dl+dl::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: skew(-30.05deg, 0deg);
  -moz-transform: skew(-30.05deg, 0deg);
  -ms-transform: skew(-30.05deg, 0deg);
  -o-transform: skew(-30.05deg, 0deg);
  transform: skew(-30.05deg, 0deg);
}

@media (max-width: 1680px) {
  .cont3 .a3_v3 .a3b3a1 dl+dl::after {
    -webkit-transform: skew(-28deg, 0deg);
    -moz-transform: skew(-28deg, 0deg);
    -ms-transform: skew(-28deg, 0deg);
    -o-transform: skew(-28deg, 0deg);
    transform: skew(-28deg, 0deg);
  }
}

@media (max-width: 1366px) {
  .cont3 .a3_v3 .a3b3a1 dl+dl::after {
    -webkit-transform: skew(-26deg, 0deg);
    -moz-transform: skew(-26deg, 0deg);
    -ms-transform: skew(-26deg, 0deg);
    -o-transform: skew(-26deg, 0deg);
    transform: skew(-26deg, 0deg);
  }
}

@media (max-width: 1024px) {
  .cont3 .a3_v3 .a3b3a1 dl+dl::after {
    -webkit-transform: skew(-23deg, 0deg);
    -moz-transform: skew(-23deg, 0deg);
    -ms-transform: skew(-23deg, 0deg);
    -o-transform: skew(-23deg, 0deg);
    transform: skew(-23deg, 0deg);
  }
}

@media (max-width: 768px) {
  .cont3 .a3_v3 .a3b3a1 dl+dl::after {
    display: none;
  }
}

.cont3 .a3_v3 .a3b3a1 dl dt {
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cont3 .a3_v3 .a3b3a1 dl dt {
    width: 4.8rem;
    height: 4.8rem;
  }
}

.cont3 .a3_v3 .a3b3a1 dl dt img {
  width: 70%;
}

.cont3 .a3_v3 .a3b3a1 dl dd {
  color: #FFFFFF;
  font: 600 1.125rem/1.5em "sourcehansans";
  margin-top: 0.7em;
}

@media (max-width: 768px) {
  .cont3 .a3_v3 .a3b3a1 dl dd {
    font-size: 1rem;
  }
}

.cont3 .a3_v3 .a3b3a1 dl.on dt {
  background: #fff;
}

.cont3 .a3_v3 .a3b3a1 dl.on dt img {
  -webkit-filter: invert(36%) sepia(100%) saturate(6561%) hue-rotate(199deg) brightness(94%) contrast(100%);
  filter: invert(36%) sepia(100%) saturate(6561%) hue-rotate(199deg) brightness(94%) contrast(100%);
}

.cont4 {
  background: url(../image/bj2.jpg) no-repeat center top;
  -o-background-size: cover;
  background-size: cover;
  padding: 5.5rem 0 2.875rem;
}

@media (max-width: 768px) {
  .cont4 {
    padding: 2rem 0;
  }
}

.cont4 .a4_v1 .mySwiper1 {
  position: relative;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .mySwiper1 {
    margin-top: 1rem;
  }
}

.cont4 .a4_v1 .mySwiper1 .img {
  width: 100%;
  border: 1px solid #DDDDDD;
}

.cont4 .a4_v1 .mySwiper1 .img img {
  width: 100%;
}

.cont4 .a4_v1 .mySwiper1 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .mySwiper1 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.cont4 .a4_v1 .mySwiper1 .swiper-pagination1 span {
  display: inline-block;
  width: .9375rem;
  height: .9375rem;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.3rem;
}

.cont4 .a4_v1 .mySwiper1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #0067C8;
}

.cont5 {
  background: url(../image/bj3.jpg) no-repeat center top;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 5.0625rem 0 10.8125rem;
  position: relative;
}

@media (max-width: 768px) {
  .cont5 {
    padding: 2rem 0 10rem;
  }
}

.cont5 .a5_v1 {
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 {
    margin-top: 1.5rem;
  }
}

.cont5 .a5_v1 dl {
  width: 25%;
  text-align: center;
}

.cont5 .a5_v1 dl+dl {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

@media (max-width: 768px) {
  .cont5 .a5_v1 dl {
    width: 50%;
    margin-bottom: 1.5rem;
  }

  .cont5 .a5_v1 dl+dl {
    border-left: none;
  }

  .cont5 .a5_v1 dl:nth-child(2n) {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
}

.cont5 .a5_v1 dl a {
  padding: 2.875rem 0 4.125rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 dl a {
    padding: 1.5rem 0;
  }
}

.cont5 .a5_v1 dl a:hover {
  background: rgba(0, 103, 200, 0.9);
}

.cont5 .a5_v1 dl .img {
  width: 4.375rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 dl .img {
    width: 4rem;
  }
}

.cont5 .a5_v1 dl .img img {
  width: 100%;
}

.cont5 .a5_v1 dl dt {
  color: #FFFFFF;
  font: 600 1.375rem/1.6em "sourcehansans";
  margin-top: 0.7em;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 dl dt {
    font-size: 1.2rem;
    margin-top: 0.45em;
  }
}

.cont5 .a5_v1 dl dd {
  color: #FFFFFF;
  font: 500 .875rem/1.6em "montserrat";
  text-transform: uppercase;
}

.cont5 .a5_v2 {
  position: absolute;
  left: 0;
  bottom: -17%;
  width: 100%;
  z-index: 9;
}

.cont5 .a5_v2 .a5_v2a1 {
  background: #fff;
  width: 100%;
}

@media (max-width: 768px) {
  .cont5 .a5_v2 .a5_v2a1 {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 0;
  }
}

.cont5 .a5_v2 .a5_v2a1 dl {
  width: 20%;
  text-align: center;
  padding: 4.125rem 0;
}

@media (max-width: 768px) {
  .cont5 .a5_v2 .a5_v2a1 dl {
    padding: 1rem 0;
    width: 33%;
  }
}

.cont5 .a5_v2 .a5_v2a1 dl dt {
  color: #0067C8;
  font: 600 3.125rem/1.3em "montserrat";
}

.cont5 .a5_v2 .a5_v2a1 dl dt sup {
  font: 600 1.875rem/1em "montserrat";
  vertical-align: top;
  top: 0;
}

@media (max-width: 768px) {
  .cont5 .a5_v2 .a5_v2a1 dl dt {
    font-size: 2rem;
  }

  .cont5 .a5_v2 .a5_v2a1 dl dt sup {
    font-size: 1.125rem;
  }
}

.cont5 .a5_v2 .a5_v2a1 dl dd {
  color: #534E4E;
  font: 500 1.25rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .cont5 .a5_v2 .a5_v2a1 dl dd {
    font-size: 1rem;
  }
}

.cont6 {
  padding-top: 10rem;
  padding-bottom: 4.25rem;
  background: #F7F7F7 url(../image/9.png) no-repeat;
  background-position-x: center;
  background-position-y: 12.5625rem;
}

@media (max-width: 768px) {
  .cont6 {
    padding-top: 9rem;
    padding-bottom: 2rem;
  }
}

.cont6 .a6_v1 {
  position: relative;
  z-index: 1;
  padding: 1.875rem 0 0;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 {
    padding: 0;
    margin-top: 1.5rem;
  }
}

/* .cont6 .a6_v1::after {
  content: "";
  display: block;
  width: 55.83333%;
  background: #EEF6FD;
  height: 96%;
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
} */

@media (max-width: 768px) {
  .cont6 .a6_v1::after {
    display: none;
  }
}

.cont6 .a6_v1 .a6_v1a .a6_b1 {
  width: 38.28571%;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 .a6_v1a .a6_b1 {
    width: 100%;
  }
}

.cont6 .a6_v1 .a6_v1a .a6_b1::after {
  content: "";
  width: 1px;
  height: 83%;
  background: #D1D1D1;
  position: absolute;
  left: 0.9rem;
  top: 2%;
  z-index: -1;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 .a6_v1a .a6_b1::after {
    left: 0.6rem;
  }
}

.cont6 .a6_v1 .a6_v1a .a6_b1 li {
  padding-left: 3.9375rem;
  margin-bottom: 1rem;
  height: 5.2rem;
  position: relative;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 .a6_v1a .a6_b1 li {
    padding-left: 2.5rem;
  }
}

.cont6 .a6_v1 .a6_v1a .a6_b1 li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.875rem;
  height: 1.875rem;
  background: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 .a6_v1a .a6_b1 li::after {
    width: 1.35rem;
    height: 1.35rem;
  }
}

.cont6 .a6_v1 .a6_v1a .a6_b1 li a.name {
  color: #252323;
  font: 500 1.125rem/1.5em "sourcehansans";
}

.cont6 .a6_v1 .a6_v1a .a6_b1 li span {
  display: block;
  color: #999999;
  font: 500 .875rem/1.5em "montserrat";
  margin-top: 0.4em;
}

.cont6 .a6_v1 .a6_v1a .a6_b1 li:hover::after {
  background: url(../image/qua2.svg) no-repeat center #fff;
  -o-background-size: 1rem 1rem;
  background-size: 1rem 1rem;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 .a6_v1a .a6_b1 li:hover::after {
    -o-background-size: 0.6rem 0.6rem;
    background-size: 0.6rem 0.6rem;
    background-position: 52%;
  }
}

.cont6 .a6_v1 .a6_v1a .a6_b1 li:hover a.name {
  color: #0067C8;
}

.cont6 .a6_v1 .a6_v1a .a6_b2 {
  width: 50%;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 .a6_v1a .a6_b2 {
    width: 100%;
  }
}

.cont6 .a6_v1 .a6_v1a .a6_b2 dl a.img {
  display: block;
  font-size: 0;
}

.cont6 .a6_v1 .a6_v1a .a6_b2 dl a.img img {
  width: 100%;
}

.cont6 .a6_v1 .a6_v1a .a6_b2 dl .da-cont {
  width: 89.71429%;
  margin: -10% auto 0;
  background: url(../image/bjasd1.svg) no-repeat center top;
  -o-background-size: cover;
  background-size: cover;
  padding: 1.2rem 15% 1.2rem 2rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 .a6_v1a .a6_b2 dl .da-cont {
    background: #0067C8;
    padding: 1.2rem;
    width: 100%;
  }
}

.cont6 .a6_v1 .a6_v1a .a6_b2 dl .da-cont a.name {
  display: block;
  color: #FFFFFF;
  font: 600 1.375rem/1.5em "sourcehansans";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 .a6_v1a .a6_b2 dl .da-cont a.name {
    font-size: 1.125rem;
  }
}

.cont6 .a6_v1 .a6_v1a .a6_b2 dl .da-cont span {
  color: #FFFFFF;
  font: 500 .875rem/1.5em "sourcehansans";
  display: block;
  padding: 0.2em 0;
}

.cont6 .a6_v1 .a6_v1a .a6_b2 dl .da-cont dd {
  color: #FFFFFF;
  font: 500 .875rem/1.5em "sourcehansans";
}

.cont7 {
  background: url(../image/heng1.jpg) no-repeat center top;
  -o-background-size: cover;
  background-size: cover;
  padding: 4rem 0 3.125rem;
}

@media (max-width: 768px) {
  .cont7 {
    padding: 2rem 0;
  }
}

.cont7 .title_a7 {
  text-align: center;
  color: #fff;
}

.cont7 .title_a7 .titl_a1 {
  font: 600 1.875rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .cont7 .title_a7 .titl_a1 {
    font-size: 1.4rem;
  }
}

.cont7 .title_a7 .titl_a2 {
  font: 600 1.125rem/1.5em "sourcehansans";
  margin-top: 0.25em;
}

@media (max-width: 768px) {
  .cont7 .title_a7 .titl_a2 {
    font-size: 1rem;
  }
}

.cont7 .title_a7 a.more-msl {
  margin-top: 1rem;
}

.foot-fot {
  position: relative;
  background: #222222;
  /* border-top: .25rem solid #0067C8; */
}

.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 3.625rem 0 2.5rem;
}

@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}

.foot-fot .foota1 .foot-tit {
  color: #fff;
  font: 600 1.125rem/1.5em "sourcehansans";
}

.foot-fot .foota1 .dseca {
  margin-top: 1em;
}

.foot-fot .foota1 .dseca>a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font: 500 .875rem/2em "sourcehansans";
}

.foot-fot .foota1 .dseca>a:hover {
  color: #fff;
}

.foot-fot .foota1 .dseca p {
  color: rgba(255, 255, 255, 0.6);
  font: 500 .875rem/2em "sourcehansans";
}

.foot-fot .foota1 .fo-a3 form {
  border: 1px solid #C9C9C9;
  border-radius: 1.5625rem;
  position: relative;
  overflow: hidden;
  margin-top: 1.5em;
  width: 21.25rem;
  padding: .25rem;
}

.foot-fot .foota1 .fo-a3 form input {
  font: 500 1rem/2.1875rem "sourcehansans";
  text-indent: 1em;
  background: transparent;
  width: -webkit-calc(100% - 4rem);
  width: -moz-calc(100% - 4rem);
  width: calc(100% - 4rem);
  color: rgba(255, 255, 255, 0.6);
}

.foot-fot .foota1 .fo-a3 form input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(255, 255, 255, 0.6);
}

.foot-fot .foota1 .fo-a3 form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.6);
}

.foot-fot .foota1 .fo-a3 form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
}

.foot-fot .foota1 .fo-a3 form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.6);
}

.foot-fot .foota1 .fo-a3 form button {
  color: #fff;
  width: 2.1875rem;
  height: 2.1875rem;
  text-align: center;
  position: absolute;
  right: .25rem;
  top: .25rem;
  border: none;
  background: #0067C8;
  border-radius: 50%;
}

.foot-fot .foota1 .fo-a3 form button img {
  width: 47%;
}

@media (max-width: 990px) {
  .foot-fot .foota2 {
    display: none;
  }
}

.foot-fot .foota2 .fo_sdhgt2 {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 1.5em 0;
}

.foot-fot .foota2 .fo_sdhgt2 .foot-tit {
  color: #FFFFFF;
  font: 600 1.125rem/1.5em "sourcehansans";
  margin-bottom: 1rem;
}

.foot-fot .foota2 .fo_sdhgt2 .dseca dl {
  margin-right: 1.5em;
}

.foot-fot .foota2 .fo_sdhgt2 .dseca dl dt {
  width: 2.0625rem;
}

.foot-fot .foota2 .fo_sdhgt2 .dseca dl dt img {
  width: 100%;
}

.foot-fot .foota2 .fo_sdhgt2 .dseca dl dd {
  color: rgba(255, 255, 255, 0.6);
  font: 500 .875rem/1.8em "sourcehansans";
  margin-left: 0.6em;
}

.foot-fot .foota2 .fo_sdhgt2 .social-share .social-share-icon {
  width: 2.0625rem;
  height: 2.0625rem;
  line-height: 2.0625rem;
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  background: transparent;
  font-size: 1.1rem;
}

.foot-fot .foota2 .fo_sdhgt2 .fo_a2a2 {
  margin-right: 7%;
}

.foot-fot .foota3 {
  color: rgba(255, 255, 255, 0.8);
  font: 500 1rem/1.5em "sourcehansans";
}

.foot-fot .foota3 .wh {
  position: relative;
  z-index: 1;
}

.foot-fot .foota3 .wh .foota2-v1 {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 768px) {
  .foot-fot .foota3 .wh .foota2-v1 {
    border-top: none;
  }
}

.foot-fot .foota3 .wh .foota2-v1 .links {
  color: rgba(255, 255, 255, 0.2);
  font: 500 .875rem/1.5em "sourcehansans";
}

.foot-fot .foota3 .wh .foota2-v1 .links a {
  color: rgba(255, 255, 255, 0.2);
}

.foot-fot .foota3 .wh .foota2-v1 .links a:hover {
  color: #fff;
}

.foot-fot .foota3 .wh .foota2-v1 .p {
  color: rgba(255, 255, 255, 0.4);
  font: 500 .875rem/1.5em "sourcehansans";
  margin-top: 1.5em;
}

.foot-fot .foota3 .wh .foota2-v1 .p a {
  color: rgba(255, 255, 255, 0.4);
}

.foot-fot .foota3 .wh .foota2-v1 .p a:hover {
  color: #fff;
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

.foot1-m .derma-m {
  width: 30%;
  max-width: 100px;
  margin: 1.5em auto 0;
}

@media (max-width: 990px) {
  .d_nav {
    display: none;
  }

  .fix-gonga {
    display: none !important;
  }
}

/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}

.hidden {
  display: none;
}

.dbb {
  height: 3.125rem;
}

.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 30%;
  z-index: 999;
}

@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }

  .kajjt {
    display: none;
  }
}

.zd_erha .aat_list li {
  position: relative;
  z-index: 2;
}

.zd_erha .aat_list li .cbl-cont {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1rem;
  width: auto;
  right: -webkit-calc(110% + 5px);
  right: -moz-calc(110% + 5px);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  -moz-transition: all .7s;
  transition: all .7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
}

.zd_erha .aat_list li.fc:hover .cbl-cont {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.zd_erha .aat_list li+li {
  margin-top: 1.25rem;
}

.zd_erha li>a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: white;
  border-radius: 50%;
  line-height: 3.45rem;
  box-shadow: 0 0 1rem rgba(51, 51, 51, 0.2);
}

.zd_erha li>a i {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.zd_erha li>a i img {
  height: 1.875rem;
}

.zd_erha li>a:hover {
  background: #0067C8;
}

.zd_erha li>a:hover i img {
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(92deg) brightness(108%) contrast(102%);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(92deg) brightness(108%) contrast(102%);
}

.nbanner {
  overflow: hidden;
}

@media (min-width: 990px) {
  .nbanner .img img {
    height: 37.5rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.nbanner .nbanner-wen1 {
  width: 100%;
  z-index: 9;
}

@media (max-width: 990px) {
  .nbanner .nbanner-wen1 {
    top: 40%;
  }
}

.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
  text-align: center;
}

.nbanner .nbanner-wen1 .banner-cont h2 {
  font: 600 3.8125rem/1.42em "montserrat";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont h2 {
    font-size: 1.5rem;
  }
}

.nbanner .nbanner-wen1 .banner-cont .p {
  font: 600 2.8125rem/1.3em "sourcehansans";
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p {
    font-size: 1.25rem;
  }
}

.nbanner .nbanner-wen1 .banner-cont .p1 {
  font: 600 1.625rem/1.45em "sourcehansans";
  padding: 0.05em 10% 0;
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 1rem;
  }
}

.nbanner .fo-av {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
  .nbanner .fo-av {
    position: static;
    background: #000;
  }

  .nbanner .fo-av .wh {
    overflow-x: auto;
  }
}

.nbanner .fo-av .ajhhsd {
  color: rgba(255, 255, 255, 0.6);
  font: 500 1rem/4.4375rem "sourcehansans";
  padding: 0;
}

@media (max-width: 768px) {
  .nbanner .fo-av .ajhhsd {
    line-height: 1.5em;
    padding: 1.1em 0;
    display: none;
  }
}

.nbanner .fo-av .ajhhsd span:last-child {
  display: none;
}

.nbanner .fo-av .ajhhsd a {
  color: rgba(255, 255, 255, 0.6);
}

.nbanner .fo-av .ajhhsd a:hover {
  color: #fff;
}

.n_mbx {
  position: relative;
}

@media (max-width: 768px) {
  .n_mbx .n_src {
    white-space: nowrap;
  }
}

.n_mbx .n_src li {
  display: inline-block;
}

.n_mbx .n_src li+li {
  margin-left: 2.1875rem;
}

.n_mbx .n_src li a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font: 600 1.125rem/4.4375rem "sourcehansans";
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .n_mbx .n_src li a {
    line-height: 1.5em;
    padding: 0.8em 0;
  }
}

.n_mbx .n_src li:hover a,
.n_mbx .n_src li.active a {
  color: #FFFFFF;
}

.loadmore-nodata {
  margin: 0 auto 9em;
}

.text-center {
  text-align: center;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .pagination {
    margin: 0 0 0;
  }
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 2.375rem;
  color: #7D7D7D;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0.2rem;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  line-height: 2.1;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  line-height: 2.1;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #0067C8;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #0067C8;
  border-color: #0067C8;
  vertical-align: middle;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}



/* 页码 */
.pages {
  clear: both;
  margin: 2.5rem auto 2.5rem auto;
  padding-top: 0.625rem;
  overflow: hidden;
  text-align: center;
  font-size: 0.875rem;
}

.pages ul li:first-child {
  display: inline-block;
}

.pages ul li:first-child a {
  display: inline;
}

.pages ul li {

  list-style-type: none;
  text-align: center;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0.375rem 0.9375rem;
  margin: 0 1px;
  line-height: 1.5rem;
  background: #fff;
  color: #999;
  border-radius: 2px;
  font-size: 1rem;
}

.pages ul li:last-child {
  border: 0;
  color: #999 !important;
}

.pages ul li:last-child:hover {
  background: #fff;
  border: 0;
}

.pages ul li:hover {
  background: #0067C8;
  color: #fff;
  border: 1px solid #0067C8
}

.pages ul li:hover a {
  color: #fff;
}

.pages ul li.thisclass {
  display: inline-block;
  border: 1px solid #0067C8;
  padding: 0.375rem 0.9375rem;
  margin: 0 1px;
  background: #0067C8;
  color: #fff;
}

.pages ul li.thisclass a {
  color: #fff;
}

.pages ul li a {
  display: block;
  color: #999
}

.pages ul li a:hover {
  color: #fff;
}



/* end */






/* 新闻详情 */
.show_news {
  padding-bottom: 5.125rem;
}

.show_news .text {
  text-align: justify;
  color: #7C7C7C;
  font-weight: 400;
  border-top: 1px solid #ccc;
  margin-top: 1.5rem;
  padding-top: 1.875rem;
}

.show_news .text strong {
  color: #232323;
}

.show_news .shangxia {
  margin-top: 4rem;
  padding-top: 1.5625rem;
  border-top: 1px solid #CBCBCB;
  display: flex;
  align-items: center;

  justify-content: space-between;
  color: #565656;
}

.show_news .shangxia a {
  color: #565656;
}

.show_news .shangxia .shang div {
  margin-right: 0.625rem;
}

.show_news .shangxia .xia div {
  margin-left: 0.625rem;
}

.show_news .shangxia .fhlb {
  width: 9.375rem;
  line-height: 2.8125rem;
  border-radius: 3.125rem;
  border: 1px solid #B6B6B6;
  text-align: center;
}

.show_news .shangxia .fhlb:hover {
  border: 1px solid #0067C8;
  color: #0067C8;
}

.show_news .shangxia .fhlb:hover a {
  color: #0067C8;
}

.show_news .shangxia .fhlb .iconfont {
  margin-right: 0.625rem;
  font-size: 1.125rem;
}

.show_news .shangxia .sx {
  display: flex;
  align-items: center;
}

.show_news .shangxia .sx .iconfont {
  font-size: 1rem;
}

.show_news .shangxia .sx:hover {
  color: #0067C8;
}

.show_news .shangxia .sx:hover a {
  color: #0067C8;
}

.show_news .shangxia .sx:hover div {
  border: 1px solid #0067C8;
}

.show_news .shangxia .sx div {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  border: 1px solid #B6B6B6;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* end */




/* 常见问题 */
.subfaqDiv {

  padding: 0 90px;

}

.subfaqRow {

  -webkit-transform: skew(-5deg);

  -moz-transform: skew(-5deg);

  -ms-transform: skew(-5deg);

  -o-transform: skew(-5deg);

  transform: skew(-5deg);

  border-radius: 20px 3px 20px 3px;

  overflow: hidden;

  background: #fff;

}

.subfaqCol {

  float: left;

}

.subfaqLt {

  width: 49.901%;

  overflow: hidden;
  padding: 0 !important;

}

.subfaqImg {

  -webkit-transform: skew(5deg) scale(1.1);

  -moz-transform: skew(5deg) scale(1.1);

  -ms-transform: skew(5deg) scale(1.1);

  -o-transform: skew(5deg) scale(1.1);

  transform: skew(5deg) scale(1.1);

}

.subfaqRt {

  padding-left: 75px;

  padding-right: 45px;

  width: 50.099%;

}

.subfaqUl {

  padding: 25px 0 0;

}

.subfaqLi {

  border-bottom: solid 1px #e5e5e5;

}

.subfaqLi.act .tit {
  color: #004ea2;
}

.subfaqHead {

  padding: 20px 0;

  cursor: pointer !important;

}

.subfaqHead,
.subfaqBody .txt,
.subfaqRt .page-nation ul {

  -webkit-transform: skew(5deg);

  -moz-transform: skew(5deg);

  -ms-transform: skew(5deg);

  -o-transform: skew(5deg);

  transform: skew(5deg);

}

.subfaqHead .tit {

  font-size: 18px;

  color: #000000;

  padding-left: 45px;

  position: relative;

  line-height: 28px;
  padding-right: 20px;

}

.subfaqHead .tit:after {

  content: "";

  width: 28px;

  height: 28px;

  background: url(../image/faq-ico1.png) no-repeat center center, #004ea2;

  border-radius: 100%;

  position: absolute;

  top: 0;

  left: 0;

}

.subfaqHead .tit:before {

  content: "";

  background: url(../image/jt06.png) no-repeat center center;

  width: 9px;

  height: 16px;

  position: absolute;

  right: 0;

  top: 6px;

  -webkit-transform: rotate(90deg);

  -moz-transform: rotate(90deg);

  -ms-transform: rotate(90deg);

  -o-transform: rotate(90deg);

  transform: rotate(90deg);

  -webkit-transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -ms-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

}

.subfaqLi.act .subfaqHead .tit:before {

  -webkit-transform: rotate(-90deg);

  -moz-transform: rotate(-90deg);

  -ms-transform: rotate(-90deg);

  -o-transform: rotate(-90deg);

  transform: rotate(-90deg);

}

.subfaqBody {

  padding: 25px 0;

  border-top: solid 1px #e5e5e5;

  display: none;

}

.subfaqLi:nth-child(1) .subfaqBody {

  display: block;

}

.subfaqBody .txt {

  position: relative;

  font-size: 16px;

  line-height: 34px;

  padding-left: 45px;

  color: #666666;

  overflow: hidden;

  max-height: 190px;

}

.subfaqBody .txt:after {

  content: "";

  width: 28px;

  height: 28px;

  background: url(../image/faq-ico2.png) no-repeat center center, #004ea2;

  border-radius: 100%;

  position: absolute;

  top: 3px;

  left: 8px;

}

.sub_faq .npgTit {

  margin-bottom: 75px;

}





/*  */









.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}

.ajhhsd a {
  color: #777;
}

.ajhhsd a:hover {
  color: #0067C8;
}

.ajhhsd span {
  padding: 0 0.3em;
}

.ajhhsd span:last-child {
  display: none;
}

.xw_ny_banner {
  background: #333;
  background: url(../image/bjas1.jpg) no-repeat center top;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}

@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}

@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}

.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}

@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.nav-page li {
  padding-bottom: 1em;
}

.nav-page li+li {
  border-top: 1px solid #f0f0f0;
  padding-top: 1em;
}

.nav-page li>a {
  display: block;
  font: 600 1.35rem/1.5em "sourcehansans";
  color: #333;
}

@media (max-width: 768px) {
  .nav-page li>a {
    font-size: 1.25rem;
  }
}

.nav-page li .sec {
  margin-top: 0.5em;
}

.nav-page li .sec a {
  display: inline-block;
  font: 500 1rem/1.6em "sourcehansans";
  color: #777;
  margin-right: 1em;
}

.nav-page li .sec a:hover {
  color: #0067C8;
}

@media (max-width: 768px) {
  .mt40 {
    margin-top: 1rem;
  }
}

.ssy-sskaa {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}

.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
}

.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}

.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}

.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}

.ss-list li+li {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .ss-list li+li {
    margin-top: 1rem;
  }
}

.ss-list li div.img {
  width: 25%;
}

@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}

.ss-list li div.img a.img {
  display: block;
}

.ss-list li .xw-nycont {
  width: 72%;
}

.ss-list li .xw-nycont.w100 {
  width: 100%;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}

.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "sourcehansans";
  overflow: hidden;
  margin-bottom: 0.2em;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}

.ss-list li .xw-nycont span {
  color: #0067C8;
  font: 500 1rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

.shzr-content {
  color: #252323;
  font: 500 1rem/2em "sourcehansans";
  padding: 1rem 0 3rem;
}

.shzr-content h4 {
  margin-bottom: 0.5em;
}

.list_content {
  padding: 4.5rem 0;
}

@media (max-width: 768px) {
  .list_content {
    padding: 2rem 0;
  }
}

@-webkit-keyframes scale2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.fang-img {
  -webkit-animation: scale2 4s infinite linear;
  -moz-animation: scale2 4s infinite linear;
  -o-animation: scale2 4s infinite linear;
  animation: scale2 4s infinite linear;
}

.ny-tit {
  color: #251816;
}

.ny-tit .en {
  font: 600 2rem/1.35em "montserrat";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .ny-tit .en {
    font-size: 1.5rem;
  }
}

.ny-tit .name {
  font: 600 2.8125rem/1.35em "sourcehansans";
}

@media (max-width: 768px) {
  .ny-tit .name {
    font-size: 1.7rem;
  }
}

.ny-tit .text {
  color: #534E4E;
  font: 500 1.125rem/1.5em "sourcehansans";
  margin-top: 1em;
}

@media (max-width: 768px) {
  .ny-tit .text {
    font-size: 1rem;
  }
}

.ny-tit.bs {
  color: #fff;
}

#abt1,
#abt2,
#abt3,
#abt4,
#abt5 {
  height: 5.8125rem;
  margin-top: -5.8125rem;
}

@media (max-width: 990px) {

  #abt1,
  #abt2,
  #abt3,
  #abt4,
  #abt5 {
    height: 60px;
    margin-top: -60px;
  }
}

.abt-cont1 {
  padding: 5rem 0 9.875rem;
}

@media (max-width: 768px) {
  .abt-cont1 {
    padding: 2rem 0 2.2rem;
  }
}

.abt-cont1 .abt-a1_v1 {
  position: relative;
  margin-top: 3.5rem;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 {
    margin-top: 1.5rem;
  }
}

.abt-cont1 .abt-a1_v1 .erhhax {
  position: absolute;
  right: 0;
  top: 0;
  width: 46.5%;
  top: -18%;
  z-index: -1;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .erhhax {
    top: -5%;
    width: 40%;
  }
}

.abt-cont1 .abt-a1_v1 .erhhax img {
  width: 100%;
}

.abt-cont1 .abt-a1_v1 .abt-a1_b1 {
  width: 72.78571%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b1 {
    width: 100%;
  }
}

.abt-cont1 .abt-a1_v1 .abt-a1_b1 img {
  width: 100%;
}

.abt-cont1 .abt-a1_v1 .abt-a1_b2 {
  width: 50%;
  margin-bottom: -3%;
  background: #0067C8;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  margin-left: -35%;
  padding: 4.5rem 3.5% 4.5rem 14%;
  color: #fff;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b2 {
    width: 100%;
    margin: 0 auto;
    -webkit-clip-path: none;
    clip-path: none;
    padding: 1.5rem 5%;
  }
}

.abt-cont1 .abt-a1_v1 .abt-a1_b2 .tit {
  font: 600 2rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b2 .tit {
    font-size: 1.25rem;
  }
}

.abt-cont1 .abt-a1_v1 .abt-a1_b2 .p {
  font: 500 1.25rem/1.5em "sourcehansans";
  text-align: justify;
  margin-top: 0.6em;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b2 .p {
    font-size: 1rem;
  }
}

.next1a,
.prev1a {
  width: 2.625rem;
  height: 2.625rem;
  line-height: 2.625rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  display: inline-block;
  outline: none;
  background: #fff;
}

@media (max-width: 768px) {

  .next1a,
  .prev1a {
    margin-left: 0;
    margin-right: 1rem;
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
  }
}

.next1a i,
.prev1a i {
  color: #534E4E;
  font-size: 1rem;
  font-weight: 600;
}

@media (max-width: 768px) {

  .next1a i,
  .prev1a i {
    font-size: .875rem;
  }
}

.abt-cont2 {
  background: url(../image/bj4.jpg) no-repeat center top;
  -o-background-size: cover;
  background-size: cover;
  padding: 7.5rem 0 10rem;
}

@media (max-width: 768px) {
  .abt-cont2 {
    padding: 2.3rem 0 4rem;
  }
}

.abt-cont2 .abt_a2_v1 {
  position: relative;
  z-index: 1;
  padding: 0 9%;
  margin: 5.6rem -9% 0;
}

@media (max-width: 768px) {
  .abt-cont2 .abt_a2_v1 {
    padding: 0;
    margin: 1.5rem auto 0;
  }
}

.abt-cont2 .abt_a2_v1 .xian {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  top: 40%;
}

@media (max-width: 768px) {
  .abt-cont2 .abt_a2_v1 .xian {
    top: auto;
    bottom: -2rem;
  }
}

.abt-cont2 .abt_a2_v1 .mySwiper2 {
  position: relative;
}

.abt-cont2 .abt_a2_v1 .mySwiper2 .swiper-slide:nth-child(2n) {
  margin-top: 13rem;
}

@media (max-width: 768px) {
  .abt-cont2 .abt_a2_v1 .mySwiper2 .swiper-slide:nth-child(2n) {
    margin-top: 0;
  }
}

.abt-cont2 .abt_a2_v1 .mySwiper2 .abta11_v1 .img {
  max-width: 40%;
}

.abt-cont2 .abt_a2_v1 .mySwiper2 .abta11_v1 .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .abt-cont2 .abt_a2_v1 .mySwiper2 .abta11_v1 .img img {
    height: auto;
    width: 100%;
  }
}

.abt-cont2 .abt_a2_v1 .mySwiper2 .abta11_v1 .cont {
  width: -webkit-calc(95% - 40%);
  width: -moz-calc(95% - 40%);
  width: calc(95% - 40%);
  margin-left: 5%;
}

.abt-cont2 .abt_a2_v1 .mySwiper2 .abta11_v1 .cont dt {
  color: #251816;
  font: 600 2rem/1em "sourcehansans";
}

.abt-cont2 .abt_a2_v1 .mySwiper2 .abta11_v1 .cont dt::after {
  content: "";
  display: block;
  width: 2rem;
  height: .125rem;
  background: #0067C8;
  margin-top: 0.2em;
}

@media (max-width: 768px) {
  .abt-cont2 .abt_a2_v1 .mySwiper2 .abta11_v1 .cont dt {
    font-size: 1.25rem;
  }

  .abt-cont2 .abt_a2_v1 .mySwiper2 .abta11_v1 .cont dt::after {
    width: 1.8rem;
    height: .12rem;
  }
}

.abt-cont2 .abt_a2_v1 .mySwiper2 .abta11_v1 .cont dd {
  color: #585757;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.6em;
  height: 6em;
  overflow: hidden;
}

@media (max-width: 768px) {
  .abt-cont2 .abt_a2_v1 .mySwiper2 .abta11_v1 .cont dd {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .abt-cont2 .abt_a2_v1 .gong-jt {
    display: none;
  }
}

.abt-cont2 .abt_a2_v1 .gong-jt .prev1a,
.abt-cont2 .abt_a2_v1 .gong-jt .next1a {
  position: absolute;
  top: 45.8%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.abt-cont2 .abt_a2_v1 .gong-jt .prev1a {
  left: -2.625rem;
}

.abt-cont2 .abt_a2_v1 .gong-jt .next1a {
  right: -2.625rem;
}

.abt-cont3 {
  position: relative;
}

.abt-cont3 .abt-a3_v1 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: -1;
}

.abt-cont3 .abt-a3_v1 dl {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.abt-cont3 .abt-a3_v1 dl img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.abt-cont3 .abt-a3_v2 dl {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  text-align: center;
  padding: 15.25rem 0;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v2 dl {
    padding: 2rem 0;
    width: 100%;
  }
}

.abt-cont3 .abt-a3_v2 dl .img {
  width: 4.375rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v2 dl .img {
    width: 3.2rem;
  }
}

.abt-cont3 .abt-a3_v2 dl .img img {
  width: 100%;
}

.abt-cont3 .abt-a3_v2 dl dt {
  text-align: center;
  color: #FFFFFF;
  font: 600 2rem/1.5em "sourcehansans";
  margin-top: 0.4em;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v2 dl dt {
    font-size: 1.5rem;
    margin-top: 0.2em;
  }
}

.abt-cont3 .abt-a3_v2 dl dd {
  text-align: center;
  color: #FFFFFF;
  font: 600 1.25rem/1.5em "sourcehansans";
  padding: 0 17%;
  margin-top: 0.85em;
}

.abt-cont3 .abt-a3_v2 dl dd span {
  display: block;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v2 dl dd {
    font-size: 1rem;
    padding: 0 5%;
    font-weight: 500;
  }
}

.abt-cont3 .abt-a3_v2 dl+dl {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v2 dl+dl {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}

.abt-cont3 .abt-a3_v2 dl.on {
  background: rgba(0, 103, 200, 0.75);
}

.abt-cont4 .abt-a4_v1 {
  padding: 8.1875rem 0 4rem;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v1 {
    padding: 2.4rem 0;
  }
}

.abt-cont4 .abt-a4_v1 .abt-a4a1 {
  width: 45.14286%;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v1 .abt-a4a1 {
    width: 100%;
  }
}

.abt-cont4 .abt-a4_v1 .abt-a4a1 .abt-a4-v1 .p {
  color: #534E4E;
  font: 500 1rem/1.8em "sourcehansans";
  padding: 1.85rem 0 1.25rem;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v1 .abt-a4a1 .abt-a4-v1 .p {
    padding: 1.4rem 0 1.25rem;
  }
}

.abt-cont4 .abt-a4_v2 {
  background: #0067C8;
  padding: 3.25rem 0 1.6875rem;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v2 {
    padding: 2rem 0;
  }
}

.abt-cont4 .abt-a4_v2 b {
  color: rgba(255, 255, 255, 0.05);
  font: 600 14.6875rem/1em "montserrat";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v2 b {
    font-size: 4rem;
  }
}

.abt-cont4 .abt-a4_v2 .mySwiper3 {
  overflow: visible;
  position: relative;
}

.abt-cont4 .abt-a4_v2 .mySwiper3 .swiper-slide {
  opacity: 0 !important;
}

.abt-cont4 .abt-a4_v2 .mySwiper3 .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.abt-cont4 .abt-a4_v2 .mySwiper3 .abt-a4v2-cont {
  position: relative;
}

.abt-cont4 .abt-a4_v2 .mySwiper3 .abt-a4v2-cont .abt-a4v2-a1 {
  display: none;
}

.abt-cont4 .abt-a4_v2 .mySwiper3 .abt-a4v2-cont .abt-a4v2-a1 dl {
  color: #fff;
}

.abt-cont4 .abt-a4_v2 .mySwiper3 .abt-a4v2-cont .abt-a4v2-a1 dl dt {
  font: 500 2rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v2 .mySwiper3 .abt-a4v2-cont .abt-a4v2-a1 dl dt {
    font-size: 1.6rem;
  }
}

.abt-cont4 .abt-a4_v2 .mySwiper3 .abt-a4v2-cont .abt-a4v2-a1 dl dd {
  font: 500 1.375rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v2 .mySwiper3 .abt-a4v2-cont .abt-a4v2-a1 dl dd {
    font-size: 1.125rem;
  }
}

.abt-cont4 .abt-a4_v2 .mySwiper3 .abt-a4v2-cont .abt-a4v2-a2 {
  width: 35.85714%;
  background: url(../image/tunj1.svg) no-repeat center top;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 6.3825rem 5.5375rem 6.65rem 7.05rem;
  position: absolute;
  right: 0;
  bottom: -8rem;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v2 .mySwiper3 .abt-a4v2-cont .abt-a4v2-a2 {
    position: static;
    width: 100%;
    margin-top: 1rem;
  }
}

.abt-cont4 .abt-a4_v2 .mySwiper3 .abt-a4v2-cont .abt-a4v2-a2 img {
  width: 100%;
  height: 100%;
}

.abt-cont4 .abt-a4_v2 .mySwiper3 .swiper-pagination1 {
  position: absolute;
  left: auto;
  right: 15%;
  width: auto;
  bottom: -9rem;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v2 .mySwiper3 .swiper-pagination1 {
    bottom: -1rem;
    right: 0;
    width: 100%;
    text-align: center;
  }
}

.abt-cont4 .abt-a4_v2 .mySwiper3 .swiper-pagination1 span {
  border: 1px solid #fff;
  width: .8125rem;
  height: .8125rem;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
}

.abt-cont4 .abt-a4_v2 .mySwiper3 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #fff;
}

.abt-cont5 {
  background-repeat: no-repeat;
  background-position: center top;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 17.8125rem 0 22.125rem;
}

@media (max-width: 768px) {
  .abt-cont5 {
    padding: 3.5rem 0;
  }
}

.abt-cont5 .abt-a5a1 {
  width: 53.71429%;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5a1 {
    width: 100%;
  }
}

.abt-cont5 .abt-a5a1 .abt-a5-v1 .p {
  color: #FFFFFF;
  font: 500 1rem/1.8em "sourcehansans";
  padding: 1.85rem 0;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5a1 .abt-a5-v1 .p {
    padding: 1.5rem 0;
  }
}

.job-cont1 {
  padding: 4.75rem 0;
}

@media (max-width: 768px) {
  .job-cont1 {
    padding: 2rem 0 1rem;
  }
}

.job-cont1 .job-a1_v1 {
  padding: 1.5rem 0 2.275rem;
}

@media (max-width: 768px) {
  .job-cont1 .job-a1_v1 {
    padding: 1rem 0 1.25rem;
  }
}

.job-cont1 .job-a1_v1 p {
  color: #4B4B4B;
  font: 500 1.5rem/1.6em "sourcehansans";
}

@media (max-width: 768px) {
  .job-cont1 .job-a1_v1 p {
    font-size: 1.125rem;
  }
}

.job-cont1 .job-a1_v2 dl {
  width: 31.92857%;
  background: #F5F5F5;
  padding: 3.4375rem 2.6% 2rem;
  position: relative;
}

@media (max-width: 768px) {
  .job-cont1 .job-a1_v2 dl {
    width: 100%;
    margin-bottom: 1rem;
    padding: 2rem 5% 1.5rem;
  }
}

.job-cont1 .job-a1_v2 dl::after {
  content: "";
  width: 71.58837%;
  height: .5rem;
  background: #0067C8;
  position: absolute;
  left: 0;
  top: 3rem;
}

@media (max-width: 768px) {
  .job-cont1 .job-a1_v2 dl::after {
    top: 1.8rem;
    height: .35rem;
    width: 50%;
  }
}

.job-cont1 .job-a1_v2 dl span {
  display: block;
  color: rgba(37, 24, 22, 0.1);
  font: 600 2.1875rem/1.5em "montserrat";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .job-cont1 .job-a1_v2 dl span {
    font-size: 1.5rem;
  }
}

.job-cont1 .job-a1_v2 dl dt {
  color: #4B4B4B;
  font: 600 1.5rem/1.2em "sourcehansans";
}

@media (max-width: 768px) {
  .job-cont1 .job-a1_v2 dl dt {
    font-size: 1.25rem;
  }
}

.job-cont1 .job-a1_v2 dl dd {
  color: #787777;
  font: 500 1.125rem/1.5em "sourcehansans";
  margin-top: 0.6em;
}

@media (max-width: 768px) {
  .job-cont1 .job-a1_v2 dl dd {
    font-size: 1rem;
  }
}

.job-cont2 {
  background: url(../image/bj5.jpg) no-repeat center top;
  -o-background-size: cover;
  background-size: cover;
  padding: 5.625rem 0 7.4375rem;
}

@media (max-width: 768px) {
  .job-cont2 {
    padding: 2rem 0 2.5rem;
  }
}

.job-cont2 .job-a2_list1 {
  margin-top: 3.375rem;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2_list1 {
    margin-top: 0.5rem;
  }
}

.job-cont2 .job-a2_list1 dl {
  width: 22.85714%;
  background: #FFFFFF;
  text-align: center;
  padding: 2.9375rem 0 3.3125rem;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2_list1 dl {
    width: 48%;
    margin-top: 1rem;
    padding: 2.4rem 0 3rem;
  }
}

.job-cont2 .job-a2_list1 dl dt {
  width: 4.25rem;
  margin: 0 auto;
  line-height: 4.25rem;
  background: #0067C8;
  border-radius: 50%;
}

.job-cont2 .job-a2_list1 dl dt img {
  width: 58.82353%;
}

.job-cont2 .job-a2_list1 dl dd {
  color: #444444;
  font: 500 1.25rem/1.5em "sourcehansans";
  margin-top: 1.525rem;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2_list1 dl dd {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}

.job-cont3 {
  padding: 3.625rem 0 0;
}

@media (max-width: 768px) {
  .job-cont3 {
    padding-top: 2rem;
  }
}

.job-cont3 .mySwiper4 {
  position: relative;
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .job-cont3 .mySwiper4 {
    margin-top: 1.5rem;
  }
}

.job-cont3 .mySwiper4 .img {
  width: 100%;
}

.job-cont3 .mySwiper4 .img img {
  width: 100%;
}

.job-cont3 .mySwiper4 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .job-cont3 .mySwiper4 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.job-cont3 .mySwiper4 .swiper-pagination1 span {
  display: inline-block;
  width: .9375rem;
  height: .9375rem;
  background: #D9D9D9;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.3rem;
}

@media (max-width: 768px) {
  .job-cont3 .mySwiper4 .swiper-pagination1 span {
    width: .75rem;
    height: .75rem;
  }
}

.job-cont3 .mySwiper4 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #0067C8;
}

.job-cont4 {
  margin-top: 2.5rem;
  padding-bottom: 4.8125rem;
}

@media (max-width: 768px) {
  .job-cont4 {
    margin-top: 1.5rem;
    padding-bottom: 1.8rem;
  }
}

.job-cont4 .fomoers1 {
  margin-top: 2.25rem;
}

@media (max-width: 768px) {
  .job-cont4 .fomoers1 {
    margin-top: 1.4rem;
  }
}

.job-cont4 .fomoers1 .dts1 {
  width: 20.42857%;
}

@media (max-width: 768px) {
  .job-cont4 .fomoers1 .dts1 {
    width: 49%;
    margin-bottom: 1em;
  }
}

.job-cont4 .fomoers1 .dts1 select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../image/aghghx.svg) no-repeat scroll -webkit-calc(100% - 1.125rem) center transparent;
  background: url(../image/aghghx.svg) no-repeat scroll -moz-calc(100% - 1.125rem) center transparent;
  background: url(../image/aghghx.svg) no-repeat scroll calc(100% - 1.125rem) center transparent;
  width: 100%;
  font: 500 1rem/3.125rem "sourcehansans";
  border-radius: 1.5625rem;
  height: 3.125rem;
  border: 1px solid #CECBCB;
  padding: 0 1rem 0 1.4rem;
  color: #787777;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.job-cont4 .fomoers1 .dts1 select option {
  line-height: 2em;
  padding: 0 1.5em;
}

.job-cont4 .fomoers1 .dts2 {
  width: 41.5%;
}

@media (max-width: 768px) {
  .job-cont4 .fomoers1 .dts2 {
    width: 70%;
  }
}

.job-cont4 .fomoers1 .dts2 input {
  width: 100%;
  font: 500 1rem/3.125rem "sourcehansans";
  border-radius: 1.5625rem;
  height: 3.125rem;
  border: 1px solid #CECBCB;
  padding: 0 1rem 0 1.4rem;
  color: #787777;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.job-cont4 .fomoers1 .dts3 {
  width: 10.71429%;
  text-align: center;
  color: #0072BC;
  font: 500 1rem/3.125rem "sourcehansans";
  border-radius: 1.5625rem;
  height: 3.125rem;
  border: 2px solid #0072BC;
  cursor: pointer;
}

@media (max-width: 768px) {
  .job-cont4 .fomoers1 .dts3 {
    width: 28%;
  }
}

.job-list {
  margin-top: 2.375rem;
}

@media (max-width: 768px) {
  .job-list {
    margin-top: 1.8rem;
  }
}

.job-list li {
  margin-bottom: .75rem;
}

.job-list li .dt a {
  background: #F5F5F5;
  padding: 0 1.75rem;
}

@media (max-width: 768px) {
  .job-list li .dt a {
    padding: 0 1.2rem;
  }
}

.job-list li .dt a .h2a {
  color: #000000;
  font: 600 1.5rem/4.8125rem "sourcehansans";
}

@media (max-width: 768px) {
  .job-list li .dt a .h2a {
    font: 600 1.2rem/3.7rem "sourcehansans";
  }
}

.job-list li .dt a .antas i {
  color: #9B9B9B;
  font: 600 1.5rem/4.8125rem "sourcehansans";
}

@media (max-width: 768px) {
  .job-list li .dt a .antas i {
    font: 600 1.2rem/3.7rem "sourcehansans";
  }
}

.job-list li .wgxga {
  border: 1px solid #F0F0F0;
  border-top: none;
  padding: 0 1.75rem;
}

@media (max-width: 768px) {
  .job-list li .wgxga {
    padding: 0 1.2rem;
  }
}

.job-list li .wgxga p {
  color: #7B858F;
  font: 500 1rem/4.25rem "sourcehansans";
  margin-right: 1em;
}

@media (max-width: 768px) {
  .job-list li .wgxga p {
    line-height: 3.5rem;
  }
}

.job-list li .wgxga p i {
  color: #7B858F;
  font: 600 1rem/4.25rem "sourcehansans";
  margin-right: 0.15em;
}

@media (max-width: 768px) {
  .job-list li .wgxga p i {
    line-height: 3.5rem;
    margin-right: 0.3em;
  }
}

.job-list li .wehha-job {
  padding: 1.75rem;
  border: 1px solid #F0F0F0;
  border-top: none;
}

@media (max-width: 768px) {
  .job-list li .wehha-job {
    padding: 1.2rem;
  }
}

.job-list li .wehha-job .content dl {
  margin-bottom: 2em;
}

@media (max-width: 768px) {
  .job-list li .wehha-job .content dl {
    margin-bottom: 1em;
  }
}

.job-list li .wehha-job .content dl dt {
  color: #787777;
  font: 600 1rem/1.5em "sourcehansans";
  margin-bottom: 0.2em;
}

.job-list li .wehha-job .content dl dd p {
  color: #787777;
  font: 500 1rem/1.6em "sourcehansans";
  background: url(../image/quan.svg) no-repeat left 0.7em;
  -o-background-size: .25rem auto;
  background-size: .25rem auto;
  padding-left: 1em;
}

@media (max-width: 768px) {
  .job-list li .wehha-job .content dl dd p {
    -o-background-size: .2rem auto;
    background-size: .2rem auto;
  }
}

.job-list li .wehha-job .h3a {
  color: #221F1F;
  font: 500 1.125rem/1.5em "sourcehansans";
}

.job-list li .wehha-job .h3a a {
  color: #221F1F;
}

.job-list li .wehha-job .h4a {
  width: 7.5rem;
  margin-top: 0.6em;
}

@media (max-width: 768px) {
  .job-list li .wehha-job .h4a {
    width: 6rem;
  }
}

.job-list li .wehha-job .h4a img {
  width: 100%;
}

.jjfa-cont1 {
  margin-top: 4.5rem;
}

@media (max-width: 768px) {
  .jjfa-cont1 {
    margin-top: 2rem;
  }
}

.jjfa-cont1 .img {
  padding: 2rem 0;
  margin-top: 2.1875rem;
}

.jjfa-cont1 .img .heng img {
  width: 100%;
}

.jjfa-cont1 .img a.sp {
  width: 2.875rem;
}

@media (max-width: 768px) {
  .jjfa-cont1 .img a.sp {
    width: 2.1rem;
  }
}

.jjfa-cont1 .img a.sp img {
  width: 100%;
}

@media (max-width: 768px) {
  .jjfa-cont1 .img {
    padding: 1rem 0;
    margin-top: 1.25rem;
  }
}

.jjfa-cont1 .img::after {
  content: "";
  width: 26.85714%;
  position: absolute;
  left: 3%;
  top: 0;
  height: 100%;
  background: #0067C8;
  z-index: -1;
}

.jjfa-cont2 {
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .jjfa-cont2 {
    margin-top: 2rem;
  }
}

.jjfa-cont2 .jjfa-a2_list1 {
  margin: 0 -2.5%;
  margin-top: 1rem;
}

.jjfa-cont2 .jjfa-a2_list1 dl {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  text-align: center;
  padding: 0 2.5%;
  margin-top: 2.8125rem;
}

@media (max-width: 768px) {
  .jjfa-cont2 .jjfa-a2_list1 dl {
    width: -webkit-calc(100%/2);
    width: -moz-calc(100%/2);
    width: calc(100%/2);
    margin-top: 1rem;
  }
}

.jjfa-cont2 .jjfa-a2_list1 dl .img {
  width: 4.375rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .jjfa-cont2 .jjfa-a2_list1 dl .img {
    width: 3.5rem;
  }
}

.jjfa-cont2 .jjfa-a2_list1 dl dt {
  text-align: center;
  color: #252323;
  font: 500 1.25rem/1.5em "sourcehansans";
  padding: 0.6em 0;
}

@media (max-width: 768px) {
  .jjfa-cont2 .jjfa-a2_list1 dl dt {
    font-size: 1.125rem;
    padding: 0.4em 0;
  }
}

.jjfa-cont2 .jjfa-a2_list1 dl dd {
  color: #252323;
  font: 500 1.125rem/1.5em "sourcehansans";
  text-align: center;
}

@media (max-width: 768px) {
  .jjfa-cont2 .jjfa-a2_list1 dl dd {
    font-size: 1rem;
  }
}

.jjfa-cont3 {
  background: #F5F5F5;
  padding: 5.25rem 0 4.25rem;
  margin-top: 5.3125rem;
}

@media (max-width: 768px) {
  .jjfa-cont3 {
    padding: 2rem 0;
    margin-top: 2rem;
  }
}

.jjfa-cont3 .mySwiper5 {
  margin-top: 2.6rem;
  position: relative;
}

@media (max-width: 768px) {
  .jjfa-cont3 .mySwiper5 {
    margin-top: 1.25rem;
  }
}

.jjfa-cont3 .mySwiper5 .swiper-slide a.a {
  display: block;
}

.jjfa-cont3 .mySwiper5 .swiper-slide a.a .img {
  width: 100%;
  background: #D9D9D9;
  padding: 1.625rem 0;
}

.jjfa-cont3 .mySwiper5 .swiper-slide a.a .img img {
  height: 15.875rem;
}

@media (max-width: 768px) {
  .jjfa-cont3 .mySwiper5 .swiper-slide a.a .img img {
    height: 8rem;
  }
}

.jjfa-cont3 .mySwiper5 .swiper-slide a.a dl {
  text-align: center;
  color: #353535;
  position: relative;
  padding: 0.9rem 0;
  border-bottom: .125rem solid #D9D9D9;
}

.jjfa-cont3 .mySwiper5 .swiper-slide a.a dl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  height: 0.125rem;
  background: #0067C8;
  width: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.jjfa-cont3 .mySwiper5 .swiper-slide a.a dl dd {
  font: 500 1rem/1.6em "sourcehansans";
}

.jjfa-cont3 .mySwiper5 .swiper-slide a.a dl dt {
  font: 500 1rem/1.6em "sourcehansans";
}

.jjfa-cont3 .mySwiper5 .swiper-slide a.a:hover dl {
  color: #0067C8;
}

.jjfa-cont3 .mySwiper5 .swiper-slide a.a:hover dl::after {
  width: 100%;
}

.jjfa-cont3 .mySwiper5 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.875rem;
}

@media (max-width: 768px) {
  .jjfa-cont3 .mySwiper5 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.jjfa-cont3 .mySwiper5 .swiper-pagination1 span {
  display: inline-block;
  width: .9375rem;
  height: .9375rem;
  background: #D9D9D9;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.3rem;
}

@media (max-width: 768px) {
  .jjfa-cont3 .mySwiper5 .swiper-pagination1 span {
    width: .75rem;
    height: .75rem;
  }
}

.jjfa-cont3 .mySwiper5 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #0067C8;
}

.jjfa-cont4 {
  margin-top: 4.5rem;
}

@media (max-width: 768px) {
  .jjfa-cont4 {
    margin-top: 2.2rem;
  }
}

.jjfa-cont4 .jjfa-a4_v1 {
  margin-top: 2.375rem;
}

@media (max-width: 768px) {
  .jjfa-cont4 .jjfa-a4_v1 {
    margin-top: 1.25rem;
  }
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b1 {
  width: 49%;
}

@media (max-width: 768px) {
  .jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b1 {
    width: 100%;
  }
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b1 a.a {
  display: block;
  position: relative;
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b1 a.a .img {
  width: 100%;
  font-size: 0;
  padding-bottom: 70.26239%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b1 a.a .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b1 a.a .da-cont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.68);
  color: #fff;
  padding: 0.9em 1.5em;
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b1 a.a .da-cont span {
  font: 500 .875rem/1.4em "sourcehansans";
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b1 a.a .da-cont .name {
  font: 500 1.125rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b1 a.a .da-cont .name {
    font-size: 1rem;
  }
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b2 {
  width: 49%;
}

@media (max-width: 768px) {
  .jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b2 {
    width: 100%;
  }
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b2 li {
  width: 47.81341%;
  background: #F6F6F6;
  padding: 1.75rem 1.7rem 0;
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b2 li:nth-child(n+3) {
  margin-top: 1.875rem;
}

@media (max-width: 768px) {
  .jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b2 li {
    padding: 1.6rem 1.25rem;
    margin-top: 1rem;
  }

  .jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b2 li:nth-child(n+3) {
    margin-top: 1rem;
  }
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b2 li span {
  display: block;
  color: #817F7F;
  font: 500 .875rem/1.4em "sourcehansans";
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b2 li a.name {
  color: #252323;
  font: 500 1.125rem/1.5em "sourcehansans";
  margin: 0.5em 0 0.75em;
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b2 li .p-cont {
  color: #534E4E;
  font: 500 1rem/1.5em "sourcehansans";
}

.jjfa-cont4 .jjfa-a4_v1 .jjfa-a4_b2 li:hover a.name {
  color: #0067C8;
}

.jjfa-cont5 {
  background: url(../image/bj6.jpg) no-repeat center top;
  -o-background-size: cover;
  background-size: cover;
  padding: 6.25rem 0 0 0;
}

@media (max-width: 768px) {
  .jjfa-cont5 {
    padding: 2rem 0;
    margin-top: 2.5rem;
  }
}

.jjfa-cont5 form {
  margin-top: 1.25rem;
}

@media (max-width: 768px) {
  .jjfa-cont5 form {
    margin-top: 0.7rem;
  }
}

.jjfa-cont5 form .msg-a1 .inpt {
  width: 32.28571%;
  margin-top: 1rem;
  position: relative;
}

@media (max-width: 768px) {
  .jjfa-cont5 form .msg-a1 .inpt {
    width: 100%;
  }
}

.jjfa-cont5 form .msg-a1 .inpt .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 1.5em;
  color: #777777;
  font: 500 1rem/3.125rem "sourcehansans";
}

.jjfa-cont5 form .msg-a1 .inpt .text span {
  color: #F50000;
}

.jjfa-cont5 form .msg-a1 .inpt input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #777777;
  font: 500 1rem/3.125rem "sourcehansans";
  border-radius: 1.6875rem;
  padding: 0 1.5em;
}

.jjfa-cont5 form .msg-a2 {
  margin-top: 1.625rem;
  position: relative;
}

@media (max-width: 768px) {
  .jjfa-cont5 form .msg-a2 {
    margin-top: 1rem;
  }
}

.jjfa-cont5 form .msg-a2 .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1em 1.5em;
  color: #777777;
  font: 500 1rem/1.5rem "sourcehansans";
}

.jjfa-cont5 form .msg-a2 textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #777777;
  font: 500 1rem/1.5rem "sourcehansans";
  border-radius: .9375rem;
  padding: 1em 1.5em;
}

.jjfa-cont5 .div_aghgha {
  margin-top: 1rem;
}

.jjfa-cont5 .div_aghgha .more-msl {
  background: #0067C8;
  border-color: #0067C8;
  color: #fff;
}

.jjfa-cont5 .div_aghgha .more-msl::before {
  background: #111;
}

.jjfa-cont5 .div_aghgha .more-msl:hover {
  border-color: #111;
}

.hyyy-cont1 {
  margin-top: 4.5rem;
}

@media (max-width: 768px) {
  .hyyy-cont1 {
    margin-top: 2rem;
  }
}

.hyyy-cont1 .img {
  margin-top: 3.75rem;
}

@media (max-width: 768px) {
  .hyyy-cont1 .img {
    margin-top: 1rem;
  }
}

.hyyy-cont1 .img .heng {
  width: 100%;
}

.hyyy-cont1 .img .heng img {
  width: 100%;
}

.hyyy-cont1 .img::after {
  content: "";
  width: 89.71429%;
  background: #0067C8;
  height: 2.125rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -2.125rem;
}

@media (max-width: 768px) {
  .hyyy-cont1 .img::after {
    height: 1rem;
    bottom: -1rem;
  }
}

.hyyy-cont2 {
  -o-background-size: cover;
  background-size: cover;
  padding: 6.75rem 0;
}

@media (max-width: 768px) {
  .hyyy-cont2 {
    padding: 2.2rem 0;
  }
}

.hyyy-cont2 .mySwiper6 {
  margin-top: 2.375rem;
  position: relative;
}

@media (max-width: 768px) {
  .hyyy-cont2 .mySwiper6 {
    margin-top: 1.4rem;
  }
}

.hyyy-cont2 .mySwiper6 a.a .img {
  width: 100%;
  overflow: hidden;
}

.hyyy-cont2 .mySwiper6 a.a .img img {
  width: 100%;
}

.hyyy-cont2 .mySwiper6 a.a dl {
  background: #fff;
  padding: 1em 6% 2em;
}

.hyyy-cont2 .mySwiper6 a.a dl dt {
  color: #252323;
  font: 600 1.25rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .hyyy-cont2 .mySwiper6 a.a dl dt {
    font-size: 1.125rem;
  }
}

.hyyy-cont2 .mySwiper6 a.a dl dd {
  color: #5E5D5D;
  font: 500 .875rem/1.5em "sourcehansans";
  margin-top: 0.6em;
}

@media (max-width: 768px) {
  .hyyy-cont2 .mySwiper6 a.a dl dd {
    height: 3em;
  }
}

.hyyy-cont2 .mySwiper6 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.875rem;
}

@media (max-width: 768px) {
  .hyyy-cont2 .mySwiper6 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.hyyy-cont2 .mySwiper6 .swiper-pagination1 span {
  display: inline-block;
  width: .9375rem;
  height: .9375rem;
  background: #D9D9D9;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.3rem;
}

@media (max-width: 768px) {
  .hyyy-cont2 .mySwiper6 .swiper-pagination1 span {
    width: .75rem;
    height: .75rem;
  }
}

.hyyy-cont2 .mySwiper6 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #0067C8;
}

.jsfw-cont1 {
  margin-top: 4.5rem;
}

@media (max-width: 768px) {
  .jsfw-cont1 {
    margin-top: 2.2rem;
  }
}

.jsfw-cont1 a.more-msl {
  margin-top: 2.6875rem;
}

@media (max-width: 450px) {
  .jsfw-cont1 a.more-msl {
    margin-top: 1.35rem;
  }
}

.jswz-list {
  margin: 0 -1%;
  margin-top: 1rem;
}

@media (max-width: 450px) {
  .jswz-list {
    margin-top: 0.6rem;
  }
}

.jswz-list li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 1%;
  margin-top: 1.6875rem;
}

@media (max-width: 768px) {
  .jswz-list li {
    width: 50%;
    margin-top: 1rem;
  }
}

@media (max-width: 450px) {
  .jswz-list li {
    width: 100%;
  }
}

.jswz-list li .cont {
  background-color: #F6F6F6;
  padding: 1.5625rem 7% 3.625rem;
}

@media (max-width: 768px) {
  .jswz-list li .cont {
    padding: 1.25rem 7% 2rem;
  }
}

.jswz-list li .cont .teda {
  color: #DDDDDD;
  font: 500 1.25rem/1.25em "sourcehansans";
}

.jswz-list li .cont .teda b {
  font: 500 3.125rem/1.25em "sourcehansans";
  color: #999;
}

@media (max-width: 768px) {
  .jswz-list li .cont .teda b {
    font-size: 2rem;
  }
}

.jswz-list li .cont .teda span {
  font: 500 1.125rem/1.25em "sourcehansans";
  color: #999;
}

.jswz-list li .cont a.name {
  color: #252323;
  font: 500 1.5rem/1.4em "sourcehansans";
  margin: 0.5em 0;
  height: 2.8em;
  overflow: hidden;
}

@media (max-width: 768px) {
  .jswz-list li .cont a.name {
    font-size: 1.25rem;
  }
}

.jswz-list li .cont .text {
  color: #534E4E;
  font: 500 1rem/1.5em "sourcehansans";
  text-align: justify;
}

.jswz-list li:hover .cont {
  background: #0067C8;
}

.jswz-list li:hover .cont .teda,
.jswz-list li:hover .cont b,
.jswz-list li:hover .cont span,
.jswz-list li:hover .cont a.name,
.jswz-list li:hover .cont .text {
  color: #fff;
}

.jsfw-cont2 {
  padding: 3.5rem 0 5.9375rem;
}

@media (max-width: 768px) {
  .jsfw-cont2 {
    padding: 2rem 0 2.2rem;
  }
}

.jsfw-cont2 a.more-msl {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .jsfw-cont2 a.more-msl {
    margin-top: 1.5rem;
  }
}

.down-list {
  margin-top: 0.7rem;
}

.down-list li {
  width: 49%;
  background: #F6F6F6;
  padding: 2.3%;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .down-list li {
    width: 100%;
    padding: 3%;
    margin-top: 1rem;
  }
}

.down-list li .down-a1 {
  width: 19.24198%;
}

@media (max-width: 768px) {
  .down-list li .down-a1 {
    width: 25%;
  }
}

.down-list li .down-a1 img {
  width: 100%;
}

.down-list li .down-a2 {
  width: 75.13994%;
  margin-top: 0.6em;
}

@media (max-width: 768px) {
  .down-list li .down-a2 {
    width: 70%;
  }
}

.down-list li .down-a2 dt {
  color: #252323;
  font: 600 1.125rem/1.5em "sourcehansans";
}

.down-list li .down-a2 span {
  display: block;
  color: #252323;
  font: 600 .875rem/1.5em "montserrat";
  text-transform: uppercase;
}

.down-list li .down-a2 dd {
  color: #252323;
  font: 500 .875rem/1.5em "sourcehansans";
  margin-top: 0.6em;
}

.down-list li .down-a2 a.a {
  background: #fff;
  width: 3.625rem;
  height: 3.625rem;
  line-height: 3.625rem;
  border-radius: 50%;
  margin-top: .9375rem;
}

@media (max-width: 768px) {
  .down-list li .down-a2 a.a {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    margin-top: 0;
  }
}

.down-list li .down-a2 a.a img {
  width: 50%;
}

.down-list li .down-a2 a.a:hover {
  background: #0067C8;
}

.down-list li .down-a2 a.a:hover img {
  -webkit-filter: invert(100%) sepia(83%) saturate(0%) hue-rotate(322deg) brightness(108%) contrast(101%);
  filter: invert(100%) sepia(83%) saturate(0%) hue-rotate(322deg) brightness(108%) contrast(101%);
}

.xw-ss-bj {
  margin-top: 2rem;
}

.xw-ss-bj form {
  border-top: 1px solid #D3D4D4;
  border-bottom: 1px solid #D3D4D4;
  padding: 1.25rem 0;
}

@media (max-width: 768px) {
  .xw-ss-bj form {
    padding: 0.5rem 0;
  }
}

.xw-ss-bj form select {
  color: #252323;
  font: 500 1.125rem/3rem "sourcehansans";
  height: 3rem;
  width: 3.4em;
  border: none;
  background: url(../image/aghghx1.svg) no-repeat scroll 100% center transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -o-background-size: .875rem auto;
  background-size: .875rem auto;
}

@media (max-width: 768px) {
  .xw-ss-bj form select {
    width: 4.5rem;
  }
}

.xw-ss-bj form .sskz {
  margin-left: 2%;
}

.xw-ss-bj form .sskz button {
  background: none;
  border: none;
  outline: none;
  width: 2.5rem;
  text-align: center;
}

.xw-ss-bj form .sskz button i {
  color: #252323;
  font: 500 1.125rem/3rem "sourcehansans";
}

.xw-ss-bj form .sskz input {
  color: #252323;
  font: 500 1.125rem/3rem "sourcehansans";
  width: 50vw;
  outline: none;
}

.xw-ss-bj form .sskz input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #252323;
}

.xw-ss-bj form .sskz input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #252323;
}

.xw-ss-bj form .sskz input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #252323;
}

.xw-ss-bj form .sskz input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #252323;
}

.news-list li {
  padding: 3%;
  background: #F6F6F6;
  margin-top: 2.1875rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .news-list li {
    margin-top: 1rem;
  }
}

.news-list li .data {
  width: 11.42857%;
  text-align: center;
  color: #999999;
  border-right: 1px solid #DDDDDD;
}

@media (max-width: 640px) {
  .news-list li .data {
    display: none;
  }
}

.news-list li .data span {
  font: 500 3.125rem/1.125em "sourcehansans";
  display: block;
}

@media (max-width: 768px) {
  .news-list li .data span {
    font-size: 2rem;
  }
}

.news-list li .data p {
  font: 500 1.125rem/1.25em "sourcehansans";
}

@media (max-width: 768px) {
  .news-list li .data p {
    font-size: 1rem;
  }
}

.news-list li .cont {
  width: 61.07143%;
}

@media (max-width: 640px) {
  .news-list li .cont {
    width: 60%;
  }
}

.news-list li .cont h2 a {
  display: block;
  color: #252323;
  font: 500 1.5rem/1.4em "sourcehansans";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .news-list li .cont h2 a {
    font-size: 1.25rem;
  }
}

@media (max-width: 640px) {
  .news-list li .cont h2 a {
    font-size: 1.125rem;
  }
}

.news-list li .cont .p {
  color: #534E4E;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.8em;
}

@media (max-width: 768px) {
  .news-list li .cont .p {
    margin-top: 0.5em;
  }
}

@media (max-width: 640px) {
  .news-list li .cont .p {
    margin-top: 0.2em;
  }
}

.news-list li a.img {
  width: 21.71429%;
  display: block;
  font-size: 0;
  overflow: hidden;
  padding-bottom: 15%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.news-list li a.img img {
  width: 100%;
}

.news-list li a.img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 640px) {
  .news-list li a.img {
    width: 38%;
    padding-bottom: 25%;
  }
}

.news-list li:hover {
  background: #0067C8;
}

.news-list li:hover .data,
.news-list li:hover .cont h2 a,
.news-list li:hover .cont .p {
  color: #fff;
}

.zxdt-cont1 {
  margin-top: 4.5rem;
}

@media (max-width: 768px) {
  .zxdt-cont1 {
    margin-top: 2rem;
  }
}

.zxdt-cont1 .zxdt-a1list1 {
  margin-top: 2.25rem;
}

@media (max-width: 768px) {
  .zxdt-cont1 .zxdt-a1list1 {
    margin-top: 1rem;
  }
}

.zxdt-cont1 .zxdt-a1list1 dl {
  background: #F6F6F6;
}

.zxdt-cont1 .zxdt-a1list1 dl a.img {
  display: block;
  width: 50%;
}

@media (max-width: 768px) {
  .zxdt-cont1 .zxdt-a1list1 dl a.img {
    width: 100%;
  }
}

.zxdt-cont1 .zxdt-a1list1 dl a.img img {
  width: 100%;
}

.zxdt-cont1 .zxdt-a1list1 dl .da-cont {
  width: 50%;
  padding: 0 4%;
}

@media (max-width: 768px) {
  .zxdt-cont1 .zxdt-a1list1 dl .da-cont {
    width: 100%;
    padding: 4%;
  }
}

.zxdt-cont1 .zxdt-a1list1 dl .da-cont span {
  display: block;
  color: #787777;
  font: 500 1rem/1.5em "montserrat";
  margin-bottom: 0.2em;
}

.zxdt-cont1 .zxdt-a1list1 dl .da-cont a.name {
  color: #252323;
  font: 500 1.625rem/1.5em "sourcehansans";
}

.zxdt-cont1 .zxdt-a1list1 dl .da-cont a.name:hover {
  color: #0067C8;
}

@media (max-width: 768px) {
  .zxdt-cont1 .zxdt-a1list1 dl .da-cont a.name {
    font-size: 1.25rem;
  }
}

.zxdt-cont1 .zxdt-a1list1 dl .da-cont dd {
  color: #534E4E;
  font: 500 1rem/1.6em "sourcehansans";
  margin: 0.8em 0 1.45em;
}

@media (max-width: 768px) {
  .zxdt-cont1 .zxdt-a1list1 dl .da-cont dd {
    margin: 0.5em 0 0.8em;
  }
}

.xw-show_bja {
  background: url(../image/bjas1.jpg) no-repeat center top;
  -o-background-size: cover;
  background-size: cover;
  padding: 9.875rem 0 4.8125rem;
  color: #fff;
}

@media (max-width: 990px) {
  .xw-show_bja {
    padding: 4rem 0;
  }
}

.xw-show_bja .date-a {
  font: 500 1rem/1.5em "montserrat";
}

.xw-show_bja .title-a {
  font: 600 2.5rem/1.3em "sourcehansans";
  padding: 0.25em 0 1.875rem;
}

@media (max-width: 768px) {
  .xw-show_bja .title-a {
    font-size: 1.5rem;
  }
}

.xw-show_bja .fenxad {
  font: 500 1.125rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .xw-show_bja .fenxad {
    font-size: 1rem;
  }
}

.xw-show_bja .fenxad .social-share a {
  border-color: #D7D8DD;
  width: 2.0625rem;
  height: 2.0625rem;
  line-height: 2.0625rem;
  font-size: 1.1rem;
  color: #fff;
}

.xw-show_bja .fenxad .social-share a:hover {
  background: #fff;
  color: #333;
}

@media (max-width: 768px) {
  .xw-show_bja .fenxad .social-share .icon-wechat .wechat-qrcode {
    left: 0;
  }

  .xw-show_bja .fenxad .social-share .icon-wechat .wechat-qrcode:after {
    left: 6%;
  }
}

.show-news-content {
  margin-top: 3.5rem;
  padding-bottom: 8.5rem;
}

@media (max-width: 768px) {
  .show-news-content {
    margin-top: 2rem;
    padding-bottom: 2.5rem;
  }
}

.show-news-content .show-news-a1_v1 {
  width: 64%;
  padding-right: 5%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 {
    width: 100%;
    padding-right: 0;
    border: none;
  }
}

.show-news-content .show-news-a1_v1 .xinwn-consss {
  color: #787777;
  font: 500 1.125rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .xinwn-consss {
    font-size: 1rem;
  }
}

.show-news-content .show-news-a1_v1 .xinwn-consss img {
  width: 100%;
  border-radius: .9375rem;
  overflow: hidden;
}

.show-news-content .show-news-a1_v1 .a_wehs {
  padding: 2.25rem 0;
}

@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .a_wehs {
    padding: 1.4rem 0;
  }
}

.show-news-content .show-news-a1_v1 a.mast-sda {
  display: block;
  color: #fff;
  width: 8.75rem;
  font: 500 1rem/3em "sourcehansans";
  border-radius: 1.5em;
  background: #0067C8;
  text-align: center;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.show-news-content .show-news-a1_v1 a.mast-sda:hover {
  background: #000;
}

.show-news-content .show-news-a1_v1 .pain {
  background: #F4F5F5;
  border-radius: .9375rem;
  color: #787777;
  font: 600 1.125rem/1.5em "sourcehansans";
  padding: 1em 1.875rem;
}

@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .pain {
    font-size: 1rem;
  }
}

.show-news-content .show-news-a1_v1 .pain .prev,
.show-news-content .show-news-a1_v1 .pain .next {
  padding: 0.3em 0;
}

.show-news-content .show-news-a1_v1 .pain a {
  color: #787777;
  font-weight: 500;
}

.show-news-content .show-news-a1_v1 .pain a:hover {
  color: #0067C8;
}

.show-news-content .show-news-a1_v2 {
  width: 30.71429%;
}

@media (max-width: 768px) {
  .show-news-content .show-news-a1_v2 {
    display: none;
  }
}

.show-news-content .show-news-a1_v2 .rm-titlea {
  color: #2F2A2A;
  font: 600 1.5rem/2em "sourcehansans";
}

.show-news-content .show-news-a1_v2 .rm-titlea:after {
  content: "";
  display: block;
  width: 2.875rem;
  height: .125rem;
  display: block;
  background: #0067C8;
}

.show-news-content .show-news-a1_v2 .news-list-tjaz li {
  width: 100%;
  margin-top: 2rem;
}

.show-news-content .show-news-a1_v2 .news-list-tjaz li a.img {
  display: block;
  font-size: 0;
  border-top-right-radius: .9375rem;
  border-top-left-radius: .9375rem;
  overflow: hidden;
}

.show-news-content .show-news-a1_v2 .news-list-tjaz li .xw-date {
  border-bottom: 1px solid #D9D9D9;
  padding: 1.3em 5% 0.8em;
}

@media (max-width: 768px) {
  .show-news-content .show-news-a1_v2 .news-list-tjaz li .xw-date {
    padding: 1.3em 1% 0.8em;
  }
}

.show-news-content .show-news-a1_v2 .news-list-tjaz li .xw-date h2 a {
  display: block;
  color: #2F2A2A;
  font: 500 1.25rem/1.3em "sourcehansans";
  height: 2.6em;
  overflow: hidden;
}

@media (max-width: 768px) {
  .show-news-content .show-news-a1_v2 .news-list-tjaz li .xw-date h2 a {
    font-size: 1.2rem;
  }
}

.show-news-content .show-news-a1_v2 .news-list-tjaz li .xw-date h2 a:hover {
  color: #0067C8;
}

.show-news-content .show-news-a1_v2 .news-list-tjaz li .xw-date span {
  display: block;
  color: #787777;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 1.5em;
}

.lx-cont1 {
  margin-top: 4.5rem;
}

@media (max-width: 768px) {
  .lx-cont1 {
    margin-top: 2rem;
  }
}

.lx-cont1 .lx_a1v1 #map {
  margin-top: 3.125rem;
  overflow: hidden;
  height: 27vw;
}

@media (max-width: 990px) {
  .lx-cont1 .lx_a1v1 #map {
    height: 32vw;
  }
}

@media (max-width: 768px) {
  .lx-cont1 .lx_a1v1 #map {
    height: 40vw;
    margin-top: 1.5rem;
  }
}

@media (max-width: 450px) {
  .lx-cont1 .lx_a1v1 #map {
    height: 50vw;
  }
}

.lx-cont1 .lx_a1v1 .lx-a1b1 {
  background: rgba(0, 103, 200, 0.9);
  width: 67.21429%;
  -webkit-clip-path: polygon(18% 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(18% 0, 100% 0%, 100% 100%, 0% 100%);
  padding: 2.1875rem 3% 3rem 15%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .lx-cont1 .lx_a1v1 .lx-a1b1 {
    position: static;
    -webkit-clip-path: none;
    clip-path: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    padding: 4%;
    width: 100%;
  }
}

@media (max-width: 450px) {
  .lx-cont1 .lx_a1v1 .lx-a1b1 {
    padding: 6%;
  }
}

.lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c1 {
  color: #fff;
  font: 600 1.5rem/1.4em "sourcehansans";
}

@media (max-width: 768px) {
  .lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c1 {
    font-size: 1.25rem;
  }
}

.lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c1 span {
  display: block;
  font: 500 1.125rem/1.2em "montserrat";
  text-transform: capitalize;
  letter-spacing: .04rem;
}

@media (max-width: 768px) {
  .lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c1 span {
    font-size: 1rem;
  }
}

.lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c2 {
  margin-top: 0.2em;
}

.lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c2 .lx-a1d1 p {
  color: #FFFFFF;
  margin-top: 0.8em;
}

@media (max-width: 768px) {
  .lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c2 .lx-a1d1 p {
    margin-top: 0.4em;
  }
}

.lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c2 .lx-a1d1 p img {
  width: 2.0625rem;
  margin-right: 0.5em;
}

@media (max-width: 768px) {
  .lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c2 .lx-a1d1 p img {
    width: 1.7rem;
  }
}

.lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c2 .lx-a1d1 p span {
  font: 500 1.125rem/2em "sourcehansans";
}

@media (max-width: 768px) {
  .lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c2 .lx-a1d1 p span {
    font-size: 1rem;
  }
}

.lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c2 .lx-a1d2 {
  width: 8.375rem;
  text-align: center;
  color: #fff;
  font: 500 .875rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c2 .lx-a1d2 {
    width: 6rem;
  }
}

@media (max-width: 450px) {
  .lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c2 .lx-a1d2 {
    margin-top: 1rem;
  }
}

.lx-cont1 .lx_a1v1 .lx-a1b1 .lx-a1c2 .lx-a1d2 img {
  width: 100%;
  margin-bottom: 0.7em;
}

.product-list li {
  background: url(../image/bj8.jpg) no-repeat center top;
  -o-background-size: cover;
  background-size: cover;
  padding: 5.625rem 0 7.5rem;
}

@media (max-width: 768px) {
  .product-list li {
    padding: 2.4rem 0;
  }
}

.product-list li .cplb-tit {
  margin: 0 -4px;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .product-list li .cplb-tit {
    margin-top: 1rem;
  }
}

.product-list li .cplb-tit a {
  border: 1px solid #CECECE;
  text-align: center;
  color: #3A3A3A;
  font: 500 1rem/1.4em "sourcehansans";
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 4px;
  padding: 0.6em 0;
}

@media (max-width: 768px) {
  .product-list li .cplb-tit a {
    -webkit-flex: 40%;
    -moz-box-flex: 40%;
    -ms-flex: 40%;
    flex: 40%;
    margin-top: 0.6rem;
  }
}

.product-list li .cplb-tit a span {
  display: block;
  font-family: "montserrat";
}

.product-list li .cplb-tit a.on {
  background: #0067C8;
  border-color: #0067C8;
  color: #fff;
}

.product-list li .cplb-cont {
  margin-top: 2.125rem;
}

@media (max-width: 768px) {
  .product-list li .cplb-cont {
    margin-top: 1rem;
  }
}

.product-list li .cplb-cont .cplb-v1 .cplb-a1 {
  width: 45%;
}

@media (max-width: 768px) {
  .product-list li .cplb-cont .cplb-v1 .cplb-a1 {
    width: 100%;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 1rem;
  }
}

.product-list li .cplb-cont .cplb-v1 .cplb-a1 h2 a {
  display: block;
  color: #252323;
  font: 500 2rem/1.4em "sourcehansans";
}

@media (max-width: 768px) {
  .product-list li .cplb-cont .cplb-v1 .cplb-a1 h2 a {
    font-size: 1.5rem;
  }
}

.product-list li .cplb-cont .cplb-v1 .cplb-a1 h2 a span {
  color: #0067C8;
  font: 500 1.5rem/1.4em "montserrat";
  display: block;
}

@media (max-width: 768px) {
  .product-list li .cplb-cont .cplb-v1 .cplb-a1 h2 a span {
    font-size: 1.25rem;
  }
}

.product-list li .cplb-cont .cplb-v1 .cplb-a1 .p {
  color: #534E4E;
  font: 500 1rem/1.65em "sourcehansans";
  margin: 1.125rem 0 1.5rem;
}

@media (max-width: 768px) {
  .product-list li .cplb-cont .cplb-v1 .cplb-a1 .p {
    margin: 0.7rem 0 1rem;
  }
}

.product-list li .cplb-cont .cplb-v1 .cplb-a2 {
  width: 50%;
}

@media (max-width: 768px) {
  .product-list li .cplb-cont .cplb-v1 .cplb-a2 {
    width: 100%;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.product-list li .cplb-cont .cplb-v1 .cplb-a2 img {
  width: 100%;
}

.product-list li:nth-child(2n) {
  background: url(../image/bj9.jpg) no-repeat center top;
  -o-background-size: cover;
  background-size: cover;
}

.product-list li:nth-child(2n) .ny-tit,
.product-list li:nth-child(2n) .cplb-tit a,
.product-list li:nth-child(2n) .cplb-cont .cplb-v1 .cplb-a1 h2 a span,
.product-list li:nth-child(2n) .cplb-cont .cplb-v1 .cplb-a1 h2 a,
.product-list li:nth-child(2n) .cplb-cont .cplb-v1 .cplb-a1 .p,
.product-list li:nth-child(2n) .more-msl {
  color: #fff;
}

.product-list li:nth-child(2n) .cplb-tit a,
.product-list li:nth-child(2n) .more-msl {
  border-color: #fff;
}

.product-list li:nth-child(2n) .cplb-tit a.on {
  border-color: #0067C8;
}

.product-list li#cpa4 .cplb-tit,
.product-list li#cpa6 .cplb-tit {
  display: none;
}

.ny-cp-content-show .jjfa-cont5 {
  margin-top: 0;
}

.cp-show-cont1 {
  background: url(../image/bj8.jpg) no-repeat center top;
  -o-background-size: cover;
  background-size: cover;
  padding: 8rem 0 6.75rem;
}

@media (max-width: 768px) {
  .cp-show-cont1 {
    padding: 2.4em 0 2rem;
  }
}

.cp-show-cont1 .cplb-v1 .cplb-a1 {
  width: 45%;
}

@media (max-width: 768px) {
  .cp-show-cont1 .cplb-v1 .cplb-a1 {
    width: 100%;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 1rem;
  }
}

.cp-show-cont1 .cplb-v1 .cplb-a1 h2 {
  display: block;
  color: #252323;
  font: 600 2rem/1.4em "sourcehansans";
}

@media (max-width: 768px) {
  .cp-show-cont1 .cplb-v1 .cplb-a1 h2 {
    font-size: 1.5rem;
  }
}

.cp-show-cont1 .cplb-v1 .cplb-a1 h2 span {
  color: #0067C8;
  font: 500 1.5rem/1.4em "montserrat";
  display: block;
}

@media (max-width: 768px) {
  .cp-show-cont1 .cplb-v1 .cplb-a1 h2 span {
    font-size: 1.25rem;
  }
}

.cp-show-cont1 .cplb-v1 .cplb-a1 .p {
  color: #534E4E;
  font: 500 1rem/1.65em "sourcehansans";
  margin: 1.125rem 0 1.5rem;
}

@media (max-width: 768px) {
  .cp-show-cont1 .cplb-v1 .cplb-a1 .p {
    margin: 0.7rem 0 1rem;
  }
}

.cp-show-cont1 .cplb-v1 .cplb-a2 {
  width: 50%;
}

@media (max-width: 768px) {
  .cp-show-cont1 .cplb-v1 .cplb-a2 {
    width: 100%;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.cp-show-cont1 .cplb-v1 .cplb-a2 img {
  width: 100%;
}

.cp-show-cont1 .cplb-v1 .cplb-a2 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.875rem;
}

@media (max-width: 768px) {
  .cp-show-cont1 .cplb-v1 .cplb-a2 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.cp-show-cont1 .cplb-v1 .cplb-a2 .swiper-pagination1 span {
  display: inline-block;
  width: .9375rem;
  height: .9375rem;
  background: #D9D9D9;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.3rem;
}

@media (max-width: 768px) {
  .cp-show-cont1 .cplb-v1 .cplb-a2 .swiper-pagination1 span {
    width: .75rem;
    height: .75rem;
  }
}

.cp-show-cont1 .cplb-v1 .cplb-a2 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #0067C8;
}

.cp-show-cont2 {
  background: url(../image/bj11.jpg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  padding: 7.25rem 0 10.9375rem;
}

@media (max-width: 768px) {
  .cp-show-cont2 {
    padding: 2rem 0;
  }
}

.cp-show-cont2 .cp-show-a2_list1 {
  margin-top: 7rem;
}

@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-a2_list1 {
    margin-top: 1rem;
  }
}

.cp-show-cont2 .cp-show-a2_list1 dl {
  width: 23%;
  text-align: center;
}

@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-a2_list1 dl {
    width: 49%;
    margin-top: 1rem;
  }
}

.cp-show-cont2 .cp-show-a2_list1 dl dt {
  width: 5rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-a2_list1 dl dt {
    width: 4.5rem;
  }
}

.cp-show-cont2 .cp-show-a2_list1 dl dt img {
  width: 100%;
}

.cp-show-cont2 .cp-show-a2_list1 dl dd {
  color: #fff;
  font: 500 1.25rem/1.5em "sourcehansans";
  margin-top: 1.2em;
}

@media (max-width: 768px) {
  .cp-show-cont2 .cp-show-a2_list1 dl dd {
    font-size: 1.125rem;
    margin-top: 0.7em;
  }
}

.cp-show-cont3 {
  padding: 2.5rem 0 4.0625rem;
}

@media (max-width: 768px) {
  .cp-show-cont3 {
    padding: 1rem 0;
  }
}

.cp-show-cont3 .cp-show-a3_list1 {
  margin-top: 1.875rem;
  position: relative;
}

@media (max-width: 768px) {
  .cp-show-cont3 .cp-show-a3_list1 {
    margin-top: 1rem;
  }
}

.cp-show-cont3 .cp-show-a3_list1 dl {
  width: 100%;
  background: #f5f5f5;
  border-radius: 2rem;
}

@media (max-width: 768px) {
  .cp-show-cont3 .cp-show-a3_list1 dl {
    border-radius: 0.7rem;
  }
}

.cp-show-cont3 .cp-show-a3_list1 dl img {
  width: 100%;
}

.cp-show-cont3 .cp-show-a3_list1 .text {
  text-align: center;
  color: #666;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.7em;
}

.cp-show-cont3 .cp-show-a3_list1 .swiper-pagination1 {
  text-align: center;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cp-show-cont3 .cp-show-a3_list1 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.cp-show-cont3 .cp-show-a3_list1 .swiper-pagination1 span {
  display: inline-block;
  width: .9375rem;
  height: .9375rem;
  background: #D9D9D9;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.3rem;
}

@media (max-width: 768px) {
  .cp-show-cont3 .cp-show-a3_list1 .swiper-pagination1 span {
    width: .75rem;
    height: .75rem;
  }
}

.cp-show-cont3 .cp-show-a3_list1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #0067C8;
}

.cp-show-cont4 {
  background: #F5F5F5;
  padding: 7.9375rem 0 9rem;
}

@media (max-width: 768px) {
  .cp-show-cont4 {
    padding: 2rem 0;
  }
}

.cp-show-cont4 .paggs {
  overflow-x: auto;
  margin-top: 2.25rem;
}

@media (max-width: 768px) {
  .cp-show-cont4 .paggs {
    margin-top: 1.5rem;
  }
}

.cp-show-cont4 .paggs table {
  color: #4D4C4C;
  min-width: 768px;
}

.cp-show-cont4 .paggs table tr:nth-child(1) {
  background: #0067C8 !important;
  color: #fff;
  text-align: center;
}

.cp-show-cont4 .paggs table tr:nth-child(1) td {
  padding: 1rem 0;
}

.cp-show-cont4 .paggs table tr:nth-child(2n) {
  background: #FFFFFF;
}

.cp-show-cont4 .paggs table tr:nth-child(2n-1) {
  background: #F5F5F5;
}

.cp-show-cont5 {
  padding: 8rem 0 7.0625rem;
}

@media (max-width: 768px) {
  .cp-show-cont5 {
    padding: 2rem 0;
  }
}

.cp-show-cont5 .mySwiper8 {
  position: relative;
  margin-top: 5.8rem;
}

@media (max-width: 768px) {
  .cp-show-cont5 .mySwiper8 {
    margin-top: 2rem;
  }
}

.cp-show-cont5 .mySwiper8 .swiper-slide a.a {
  display: block;
  text-align: center;
}

.cp-show-cont5 .mySwiper8 .swiper-slide a.a .img {
  width: 4.375rem;
  margin: 0 auto;
}

.cp-show-cont5 .mySwiper8 .swiper-slide a.a .img img {
  width: 100%;
}

.cp-show-cont5 .mySwiper8 .swiper-slide a.a dl dt {
  color: #252323;
  font: 500 1.25rem/1.5em "sourcehansans";
  padding: 1em 0 0.5em;
}

@media (max-width: 768px) {
  .cp-show-cont5 .mySwiper8 .swiper-slide a.a dl dt {
    font-size: 1.125rem;
  }
}

.cp-show-cont5 .mySwiper8 .swiper-slide a.a dl dd {
  color: #252323;
  font: 500 1.125rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .cp-show-cont5 .mySwiper8 .swiper-slide a.a dl dd {
    font-size: 1rem;
  }
}

.cp-show-cont5 .mySwiper8 .swiper-pagination1 {
  text-align: center;
  margin-top: 2.75rem;
}

@media (max-width: 768px) {
  .cp-show-cont5 .mySwiper8 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.cp-show-cont5 .mySwiper8 .swiper-pagination1 span {
  display: inline-block;
  width: .9375rem;
  height: .9375rem;
  background: #D9D9D9;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.3rem;
}

@media (max-width: 768px) {
  .cp-show-cont5 .mySwiper8 .swiper-pagination1 span {
    width: .75rem;
    height: .75rem;
  }
}

.cp-show-cont5 .mySwiper8 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #0067C8;
}

.zzry-list {
  margin: 0 -2%;
  margin-top: 3rem;
}

@media (max-width: 990px) {
  .zzry-list {
    margin: 0 -1%;
  }
}

@media (max-width: 768px) {
  .zzry-list {
    margin-top: 1.5rem;
  }
}

.zzry-list li {
  width: 25%;
  padding: 0 2%;
  margin-top: 1.4rem;
}

@media (max-width: 990px) {
  .zzry-list li {
    width: 25%;
    padding: 0 1%;
  }
}

@media (max-width: 768px) {
  .zzry-list li {
    margin-top: 0.8rem;
    width: 50%;
  }
}

.zzry-list li a.block {
  display: block;
}

.zzry-list li a.block .img {
  width: 100%;
  overflow: hidden;
  padding: 0.6rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.07);
}

.zzry-list li a.block .img img {
  width: 100%;
}

.zzry-list li a.block h2 {
  text-align: center;
  font: 500 1.125rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .zzry-list li a.block h2 {
    font-size: 1rem;
  }
}

#circlr {
  cursor: move;
  margin: 0 auto;
  min-height: 100px;
  position: relative;
  background: url(../image/360_flash_no.svg) no-repeat right top;
  -o-background-size: 3.125rem auto;
  background-size: 3.125rem auto;
  cursor: url(../image/360_flash_no.svg), pointer;
}

#circlr #loader {
  background: url(../image/loader.gif) center center no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.head2 .rhgxt {
  margin-left: 0;
}

.rhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}

.rhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.rhgxt:hover {
  color: #fff;
}


/* 下载中心 */

.list_download .ul li {
  margin-bottom: 1.875rem;
}

.list_download .ul li .left {
  padding-right: 2.8125rem;
}

.list_download .ul li:hover>a {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_download .ul li:hover .name {
  color: #0067C8;
}

.list_download .ul li:hover img {
  transform: scale(1.1);
}

.list_download .ul li:hover .download_more {
  color: #fff;
  border-color: #0067C8;
}

.list_download .ul li:hover .download_more::before {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  top: 50%;
  left: 50%;
}

.list_download .ul li>a {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
  align-items: center;
  padding: 3.125rem 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_download .ul li .name {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2rem;
  /* text-transform: uppercase; */
  color: #000000;
}

.list_download .ul li .text {
  color: #666666;
  margin: 0.8125rem 0 2.875rem;
}

.list_download .ul li .text span {
  color: #0067C8;
}

.download_more {
  display: inline-block;
  width: 5rem;
  line-height: 2.5rem;
  font-size: 1rem;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 2.5rem;
  text-align: center;
  position: relative;
  z-index: 3;
}

.download_more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0) translate(-50%, -50%);
  opacity: 0;
  width: calc(100% - 0.625rem);
  height: calc(100% - 0.625rem);
  border-radius: 2.5rem;
  background: #0067C8;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
}

.download_more:hover {
  color: #fff;
  border-color: #0067C8;
}

.download_more:hover::before {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  top: 50%;
  left: 50%;
}

.download_pop_up .modal-title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  text-transform: uppercase;
  color: #004691;
}

.download_pop_up .padding {
  padding: 2.125rem 2.5rem 4.6875rem;
}

.download_pop_up .modal-header {
  padding: 0 0 1.25rem;
}

.download_pop_up input {
  line-height: 3.75rem;
  border: 1px solid #DCDCDC;
  border-radius: 0.625rem;
  font-size: 1.125rem;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 0 1.25rem;
}

.download_pop_up textarea {
  height: 6.25rem;
  border: 1px solid #DCDCDC;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.625rem;
  font-size: 1.125rem;
  padding: 0.625rem 1.25rem;
  display: block;
  width: 100%;
}

.download_pop_up .modal-body {
  padding: 1.875rem 0 0;
}

.modal-open {
  padding-right: 0 !important;
}




/* end */




/* 在线留言 */

.list_message form input,
.show_solution_five form input {
  width: 100%;
  line-height: 3.4375rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  color: #000;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.list_message form .name,
.show_solution_five form .name {
  font-size: 1rem;
  margin-bottom: 0.25rem;
  line-height: 1.875rem;
  color: #9B9B9B;
}

.list_message form .name span,
.show_solution_five form .name span {
  color: #DD0000;
}

.list_message form textarea,
.show_solution_five form textarea {
  width: 100%;
  display: block;
  height: 7.5rem;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.list_message form button,
.show_solution_five form button {
  width: 12.5rem;
  line-height: 3.4375rem;
  border-radius: 31.8125rem;
  text-align: center;
  background: #0067C8;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #fff;
  border: none;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_message form button:hover,
.show_solution_five form button:hover {
  background: #0054A3;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}

/* end */



/* 办事处 */
.mapBox {

  position: relative;

  width: 1360px;

  max-width: 100%;

  margin: auto;

}

.fwHead.gzjhHead .tit:after {

  display: none;

}

.mapUl {

  position: relative;

  float: left;

  width: 85%;
margin-top: 3rem;
}

.mapUl .fwMapImg img {
  transform: translate(250px, -16px);
}

.mapUl li {

  position: absolute;

  z-index: 1;

  cursor: pointer;

}

.mapUl li .icon {

  width: 10px;

  height: 10px;

  background-color: #004ea2;

  border-radius: 100%;

  display: block;

}

.mapUl li .icon:before {

  content: "";

  width: 100%;

  height: 100%;

  background-color: #004ea2;

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  -webkit-transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -ms-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  border-radius: 100%;

}

.mapUl li .icon:after {

  content: "";

  width: 1px;

  height: 3.125rem;

  background-color: #729cc9;

  position: absolute;

  left: 50%;

  bottom: 0;

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  -o-transform: translateX(-50%);

  transform: translateX(-50%);

  z-index: -1;

}

.mapUl li .txt {

  position: absolute;

  bottom: 60px;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  -o-transform: translateX(-50%);

  transform: translateX(-50%);

  width: 120px;

  text-align: center;

  font-size: 16px;

  color: #666666;

}

.cityLi1 {
  top: 52.362%;
  left: 76.777%;
}

.cityLi2 {
  top: 50.5%;
  left: 72%;
}

.cityLi3 {
  top: 45.693%;
  left: 59.666%;
}

.cityLi4 {
  top: 37.568%;
    left: 72.111%;
}

.cityLi5 {
  top: 53.506%;
  left: 63.555%;

}

.cityLi6 {
  top: 59.635%;
  left: 72.888%;
}

.cityLi8 {

  top: 33.445%;
  left: 77.333%;
}

.cityLi23 {

  top: 39.445%;
  left: 66.333%;
}

.cityLi9 {
  top: 31.027%;
  left: 74.444%;


}

.cityLi10 {

  top: 45.345%;

  left: 72%;
  opacity: 0;
  visibility: hidden;

}

.cityLi11 {
  top: 56.548%;
  left: 56.444%;
}

.cityLi12 {

  top: 47.5%;
  left: 62.667%;
}

.cityLi13 {
  top: 48.138%;
  left: 82.778%;
}

.cityLi14 {
  top: 45.958%;
  left: 74%;

}

.cityLi15 {
  top: 41%;
  left: 77.111%;
}

.cityLi16 {
  top: 38.047%;
  left: 78.4%;

}

.cityLi17 {
  top: 35.047%;
  left: 60.4%;

}

.cityLi18{
  top: 59%;
  left: 77.4%;
}

.cityLi19 {
  top: 28.047%;
  left: 77.4%;
}

.cityLi20 {
  top: 43.047%;
  left: 70.4%;
}
.cityLi21 {

  top: 43.047%;
  left: 63.4%;

}
.cityLi22 {
  top: 56.047%;
  left: 81.4%;


}

.mapUl li:after {

  content: "";

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  background-color: #004ea2;

  animation: mapLi 2s ease 0s infinite;

  border-radius: 100%;

}

@keyframes mapLi {

  form {

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1);

    opacity: 1;

  }

  to {

    -webkit-transform: scale(3.5);

    -moz-transform: scale(3.5);

    -ms-transform: scale(3.5);

    -o-transform: scale(3.5);

    transform: scale(3.5);

    opacity: 0;

  }

}


.mapUl li.cityLi1 .icon:after {

  width: 3.125rem;

  height: 1px;

  bottom: auto;

  left: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}

.mapUl li.cityLi1 .txt {

  bottom: auto;

  top: 50%;

  left: 60px;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  text-align: left;

}

.mapUl li.cityLi7 .txt {

  left: 40px;

}

.mapUl li.cityLi8 .icon:after {

  width: 3.125rem;

  height: 1px;

  bottom: auto;

  left: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}

.mapUl li.cityLi8 .txt {

  bottom: auto;

  top: 50%;

  left: 60px;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  text-align: left;

}
.mapUl li.cityLi16 .icon:after {

  width: 3.125rem;

  height: 1px;

  bottom: auto;

  left: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}

.mapUl li.cityLi16 .txt {

  bottom: auto;

  top: 50%;

  left: 60px;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  text-align: left;

}



.mapUl li.cityLi19 .icon:after {

  width: 3.125rem;

  height: 1px;

  bottom: auto;

  left: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}

.mapUl li.cityLi19 .txt {

  bottom: auto;

  top: 50%;

  left: 60px;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  text-align: left;

}

.mapUl li.cityLi13 .icon:after {

  width: 3.125rem;

  height: 1px;

  bottom: auto;

  left: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}

.mapUl li.cityLi13 .txt {

  bottom: auto;

  top: 50%;

  left: 60px;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  text-align: left;

}

.mapUl li.cityLi18 .icon:after {

  width: 3.125rem;

  height: 1px;

  bottom: auto;

  left: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}

.mapUl li.cityLi18 .txt {

  bottom: auto;

  top: 50%;

  left: 60px;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  text-align: left;

}
.mapUl li.cityLi22 .icon:after {

  width: 3.125rem;

  height: 1px;

  bottom: auto;

  left: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}

.mapUl li.cityLi22 .txt {

  bottom: auto;

  top: 50%;

  left: 60px;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  text-align: left;

}


.mapUl li.cityLi12 .icon:after {

  width: 3.125rem;

  height: 1px;

  bottom: auto;

  left: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}

.mapUl li.cityLi12 .txt {

  bottom: auto;

  top: 50%;

  left: 60px;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  text-align: left;

}




.mapUl li.cityLi15 .icon:after {

  width: 3.125rem;

  height: 1px;

  bottom: auto;

  left: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}

.mapUl li.cityLi15 .txt {

  bottom: auto;

  top: 50%;

  left: 60px;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  text-align: left;

}




/* .mapUl li.cityLi1 .icon:after {

  top: 0;

  bottom: auto;

}

.mapUl li.cityLi1 .txt {

  top: 60px;

  bottom: auto;

} */
.mapUl li.cityLi2 .icon:after {

  top: 0;

  bottom: auto;

}

.mapUl li.cityLi2 .txt {

  top: 60px;

  bottom: auto;

}
.mapUl li.cityLi5 .icon:after {

  top: 0;

  bottom: auto;

}

.mapUl li.cityLi5 .txt {

  top: 60px;

  bottom: auto;

}



.mapUl li.cityLi6 .icon:after {

  top: 0;

  bottom: auto;

}

.mapUl li.cityLi6 .txt {

  top: 60px;

  bottom: auto;

}





.mapUl li.cityLi11 .icon:after {

  top: 0;

  bottom: auto;

}

.mapUl li.cityLi11 .txt {

  top: 60px;

  bottom: auto;

}

.mapUl li.active .txt {

  color: #004ea2;

  font-size: 18px;

}

.mapUl li.active .icon:after {

  background-color: #004ea2;

}

.mapUl li.active .icon:before {

  width: 14px;

  height: 14px;

}


.cityTxt-tab {

  width: 28%;

  height: 460px;

  border: solid 1px #004ea2;

  border-radius: 25px 5px 25px 5px;

  background-color: #fff;

  position: absolute;

  right: 0;

  top: 45%;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  box-shadow: 4.663px 3.776px 40.02px 5.98px rgba(0, 0, 0, 0.06);

  padding: 70px 32px;

}

.cityTxt-tab .tit {

  font-size: 18px;

  color: #000000;

  padding-bottom: 25px;

  margin-bottom: 15px;

  position: relative;
  font-weight: bold;

}

.cityTxt-tab .tit:after {

  content: "";

  width: 40px;

  height: 3px;

  background-color: #004ea2;

  position: absolute;

  bottom: 0;

  left: 0;

}

.cityTxt-tab .txt {

  font-size: 16px;

  color: #666666;

  line-height: 36px;

  margin-bottom: 32px;

}

.cityTxt-li {

  -webkit-transform: translateY(20px);

  -moz-transform: translateY(20px);

  -ms-transform: translateY(20px);

  -o-transform: translateY(20px);

  transform: translateY(20px);

  -webkit-transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -ms-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  visibility: hidden;

  opacity: 0;

}

.cityTxt-li.vis {

  -webkit-transform: translateY(0);

  -moz-transform: translateY(0);

  -ms-transform: translateY(0);

  -o-transform: translateY(0);

  transform: translateY(0);

  visibility: visible;

  opacity: 1;

}


/* end */


/* 联系方式 */
.list_contact .left {
  width: 71%;
}

.list_contact .right {
  width: 29%;
  padding: 0 2rem 0 1.875rem;
  z-index: 4;
  position: relative;
  display: flex;
  align-items: center;
}

.list_contact .right>div {
  padding-bottom: 3rem;
}

.list_contact .right .name {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2rem;
  /* identical to box height */
  text-transform: uppercase;
  color: #FFFFFF;
}

.list_contact .right .ul>li {
  font-size: 1rem;
  color: #fff;
  padding: 1rem 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.list_contact .right .ul>li>div {
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0.4375rem;
}

.list_contact .right .ul>li ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_contact .right .ul>li ul li div {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  line-height: 2.5rem;
  background: #0067c8;
  text-align: center;
}

.list_contact .right .ul>li ul li div .iconfont {
  font-size: 1.25rem;
  color: #fff;
  display: block;
}

.list_contact .right .ul>li ul li p {
  padding-left: 0.625rem;
  width: calc(100% - 2.5rem);
}

.list_contact .logo {
  position: absolute;
  bottom: 1.25rem;
  right: 2.5rem;
  z-index: 3;
}

.list_contact .logo img {
  height: 4.375rem;
  opacity: 0.3;
}

.list_contact .bg_clip {
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

.list_contact .bg_clip::before {
  content: "";
  position: absolute;
  background: url(../image/21.png) no-repeat;
  bottom: 0;
  right: 0;
  width: calc(29% + 8rem);
  height: 100%;
  z-index: 1;
}
.p110 {
  padding: 6.875rem 0;
}



/* end */